public interface ServiceBusNamespace extends GroupableResource<ServiceBusManager,SBNamespaceInner>, 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() |
OffsetDateTime |
createdAt() |
String |
dnsLabel() |
String |
fqdn() |
Queues |
queues() |
NamespaceSku |
sku() |
Topics |
topics() |
OffsetDateTime |
updatedAt() |
region, regionName, tags, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncString dnsLabel()
String fqdn()
NamespaceSku sku()
OffsetDateTime createdAt()
OffsetDateTime updatedAt()
Queues queues()
Topics topics()
NamespaceAuthorizationRules authorizationRules()
Copyright © 2021 Microsoft Corporation. All rights reserved.