@Beta(value=V1_7_0) public interface EventHubNamespace extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.eventhub.implementation.EventHubManager,com.microsoft.azure.management.eventhub.implementation.EHNamespaceInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<EventHubNamespace>, com.microsoft.azure.management.resources.fluentcore.model.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.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
String |
azureInsightMetricId() |
org.joda.time.DateTime |
createdAt() |
int |
currentThroughputUnits() |
boolean |
isAutoScaleEnabled() |
com.microsoft.azure.PagedList<EventHubNamespaceAuthorizationRule> |
listAuthorizationRules() |
rx.Observable<EventHubNamespaceAuthorizationRule> |
listAuthorizationRulesAsync() |
com.microsoft.azure.PagedList<EventHub> |
listEventHubs() |
rx.Observable<EventHub> |
listEventHubsAsync() |
String |
provisioningState() |
String |
serviceBusEndpoint() |
EventHubNamespaceSkuType |
sku() |
int |
throughputUnitsUpperLimit() |
org.joda.time.DateTime |
updatedAt() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinner@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) com.microsoft.azure.PagedList<EventHub> listEventHubs()
@Beta(value=V1_7_0) com.microsoft.azure.PagedList<EventHubNamespaceAuthorizationRule> listAuthorizationRules()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/