@Beta(value=V1_7_0) public interface EventHubNamespace extends GroupableResource<com.microsoft.azure.management.eventhub.implementation.EventHubManager,com.microsoft.azure.management.eventhub.implementation.EHNamespaceInner>, Refreshable<EventHubNamespace>, Updatable<EventHubNamespace.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
EventHubNamespace.Definition
The entirety of the event hub namespace definition.
|
static interface |
EventHubNamespace.DefinitionStages
Grouping of event hub namespace definition stages.
|
static interface |
EventHubNamespace.Update
The template for a event hub namespace update operation, containing all the settings that can be modified.
|
static interface |
EventHubNamespace.UpdateStages
Grouping of all the event hub namespace update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
String |
azureInsightMetricId() |
org.joda.time.DateTime |
createdAt() |
int |
currentThroughputUnits() |
boolean |
isAutoScaleEnabled() |
PagedList<EventHubNamespaceAuthorizationRule> |
listAuthorizationRules() |
rx.Observable<EventHubNamespaceAuthorizationRule> |
listAuthorizationRulesAsync() |
PagedList<EventHub> |
listEventHubs() |
rx.Observable<EventHub> |
listEventHubsAsync() |
String |
provisioningState() |
String |
serviceBusEndpoint() |
EventHubNamespaceSkuType |
sku() |
int |
throughputUnitsUpperLimit() |
org.joda.time.DateTime |
updatedAt() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
@Beta(value=V1_7_0) EventHubNamespaceSkuType sku()
@Beta(value=V1_7_0) String azureInsightMetricId()
@Beta(value=V1_7_0) String serviceBusEndpoint()
@Beta(value=V1_7_0) org.joda.time.DateTime createdAt()
@Beta(value=V1_7_0) org.joda.time.DateTime updatedAt()
@Beta(value=V1_7_0) String provisioningState()
@Beta(value=V1_7_0) boolean isAutoScaleEnabled()
@Beta(value=V1_7_0) int currentThroughputUnits()
@Beta(value=V1_7_0) int throughputUnitsUpperLimit()
@Beta(value=V1_7_0) rx.Observable<EventHub> listEventHubsAsync()
@Beta(value=V1_7_0) rx.Observable<EventHubNamespaceAuthorizationRule> listAuthorizationRulesAsync()
@Beta(value=V1_7_0) PagedList<EventHub> listEventHubs()
@Beta(value=V1_7_0) PagedList<EventHubNamespaceAuthorizationRule> listAuthorizationRules()
Copyright © 2019. All rights reserved.