EventHubNamespace Interface
Implements
public interface EventHubNamespace
extends GroupableResource<com.microsoft.azure.management.eventhub.implementation.EventHubManager,com.microsoft.azure.management.eventhub.implementation.EHNamespaceInner>, Refreshable<EventHubNamespace>, Updatable<Update>
Type representing an Azure EventHub namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | azureInsightMetricId() |
abstract org.joda.time.DateTime | createdAt() |
abstract int | currentThroughputUnits() |
abstract boolean | isAutoScaleEnabled() |
abstract
com.microsoft.azure.PagedList<Event |
listAuthorizationRules() |
abstract
rx.Observable<Event |
listAuthorizationRulesAsync() |
abstract
com.microsoft.azure.PagedList<Event |
listEventHubs() |
abstract
rx.Observable<Event |
listEventHubsAsync() |
abstract java.lang.String | provisioningState() |
abstract java.lang.String | serviceBusEndpoint() |
abstract
Event |
sku() |
abstract int | throughputUnitsUpperLimit() |
abstract org.joda.time.DateTime | updatedAt() |
Method Details
azureInsightMetricId
public abstract String azureInsightMetricId()
Returns:
createdAt
public abstract DateTime createdAt()
Returns:
currentThroughputUnits
public abstract int currentThroughputUnits()
Returns:
isAutoScaleEnabled
public abstract boolean isAutoScaleEnabled()
Returns:
listAuthorizationRules
public abstract PagedList
Returns:
listAuthorizationRulesAsync
public abstract Observable
Returns:
listEventHubs
public abstract PagedList
Returns:
listEventHubsAsync
public abstract Observable
Returns:
provisioningState
public abstract String provisioningState()
Returns:
serviceBusEndpoint
public abstract String serviceBusEndpoint()
Returns:
sku
public abstract EventHubNamespaceSkuType sku()
Returns:
throughputUnitsUpperLimit
public abstract int throughputUnitsUpperLimit()
Returns:
updatedAt
public abstract DateTime updatedAt()
Returns:
Applies to
Azure SDK for Java