ServiceBusNamespace Interface
public interface ServiceBusNamespace extends GroupableResource<ServiceBusManager, NamespaceInner>,Refreshable,Updatable<ServiceBusNamespace.Update>
An immutable client-side representation of an Azure Service Bus namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
Namespace |
authorizationRules() |
DateTime | createdAt() |
String | dnsLabel() |
String | fqdn() |
Queues | queues() |
Namespace |
sku() |
Topics | topics() |
DateTime | updatedAt() |
Inherited Members
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
HasResourceGroup.resourceGroupName()
Resource.tags()
Resource.type()
Updatable<T>.update()
Method Details
authorizationRules
public NamespaceAuthorizationRules authorizationRules()
Returns:
entry point to manage authorization rules for the Service Bus namespace
createdAt
public DateTime createdAt()
Returns:
time the namespace was created
dnsLabel
public String dnsLabel()
Returns:
the relative DNS name of the Service Bus namespace
fqdn
public String fqdn()
Returns:
fully qualified domain name (FQDN) of the Service Bus namespace
queues
public Queues queues()
Returns:
entry point to manage queue entities in the Service Bus namespace
sku
public NamespaceSku sku()
Returns:
sku value
topics
public Topics topics()
Returns:
entry point to manage topics entities in the Service Bus namespace
updatedAt
public DateTime updatedAt()
Returns:
time the namespace was updated
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java