public interface ServiceBusNamespace extends GroupableResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,com.microsoft.azure.management.servicebus.implementation.NamespaceInner>, Refreshable<ServiceBusNamespace>, Updatable<ServiceBusNamespace.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
ServiceBusNamespace.Definition
The entirety of the Service Bus namespace definition.
|
static interface |
ServiceBusNamespace.DefinitionStages
Grouping of Service Bus namespace definition stages.
|
static interface |
ServiceBusNamespace.Update
The template for a Service Bus namespace update operation, containing all the settings that can be modified.
|
static interface |
ServiceBusNamespace.UpdateStages
Grouping of all the Service Bus namespace update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
NamespaceAuthorizationRules |
authorizationRules() |
org.joda.time.DateTime |
createdAt() |
String |
dnsLabel() |
String |
fqdn() |
Queues |
queues() |
NamespaceSku |
sku() |
Topics |
topics() |
org.joda.time.DateTime |
updatedAt() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
String dnsLabel()
String fqdn()
NamespaceSku sku()
org.joda.time.DateTime createdAt()
org.joda.time.DateTime updatedAt()
Queues queues()
Topics topics()
NamespaceAuthorizationRules authorizationRules()
Copyright © 2019. All rights reserved.