public interface EventHubNamespace extends GroupableResource<EventHubsManager,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() |
OffsetDateTime |
createdAt() |
int |
currentThroughputUnits() |
boolean |
isAutoScaleEnabled() |
com.azure.core.http.rest.PagedIterable<EventHubNamespaceAuthorizationRule> |
listAuthorizationRules() |
com.azure.core.http.rest.PagedFlux<EventHubNamespaceAuthorizationRule> |
listAuthorizationRulesAsync() |
com.azure.core.http.rest.PagedIterable<EventHub> |
listEventHubs() |
com.azure.core.http.rest.PagedFlux<EventHub> |
listEventHubsAsync() |
String |
provisioningState() |
String |
serviceBusEndpoint() |
EventHubNamespaceSkuType |
sku() |
int |
throughputUnitsUpperLimit() |
OffsetDateTime |
updatedAt() |
region, regionName, tags, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncEventHubNamespaceSkuType sku()
String azureInsightMetricId()
String serviceBusEndpoint()
OffsetDateTime createdAt()
OffsetDateTime updatedAt()
String provisioningState()
boolean isAutoScaleEnabled()
int currentThroughputUnits()
int throughputUnitsUpperLimit()
com.azure.core.http.rest.PagedFlux<EventHub> listEventHubsAsync()
com.azure.core.http.rest.PagedFlux<EventHubNamespaceAuthorizationRule> listAuthorizationRulesAsync()
com.azure.core.http.rest.PagedIterable<EventHub> listEventHubs()
com.azure.core.http.rest.PagedIterable<EventHubNamespaceAuthorizationRule> listAuthorizationRules()
Copyright © 2020 Microsoft Corporation. All rights reserved.