public interface ServiceBusNamespace extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,com.microsoft.azure.management.servicebus.implementation.NamespaceInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<ServiceBusNamespace>, com.microsoft.azure.management.resources.fluentcore.model.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.
|
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 |
|---|---|
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, typekeyidnameresourceGroupNamemanagerinnerString dnsLabel()
String fqdn()
NamespaceSku sku()
org.joda.time.DateTime createdAt()
org.joda.time.DateTime updatedAt()
Queues queues()
Topics topics()
NamespaceAuthorizationRules authorizationRules()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/