你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceBusNamespace Interface

Implements

public interface ServiceBusNamespace
extends GroupableResource<ServiceBusManager,SBNamespaceInner>, Refreshable<ServiceBusNamespace>, Updatable<Update>

An immutable client-side representation of an Azure Service Bus namespace.

Method Summary

Modifier and Type Method and Description
abstract NamespaceAuthorizationRules authorizationRules()
abstract OffsetDateTime createdAt()
abstract String dnsLabel()
abstract String fqdn()
abstract Queues queues()
abstract NamespaceSku sku()
abstract Topics topics()
abstract OffsetDateTime updatedAt()

Method Details

authorizationRules

public abstract NamespaceAuthorizationRules authorizationRules()

Returns:

entry point to manage authorization rules for the Service Bus namespace

createdAt

public abstract OffsetDateTime createdAt()

Returns:

time the namespace was created

dnsLabel

public abstract String dnsLabel()

Returns:

the relative DNS name of the Service Bus namespace

fqdn

public abstract String fqdn()

Returns:

fully qualified domain name (FQDN) of the Service Bus namespace

queues

public abstract Queues queues()

Returns:

entry point to manage queue entities in the Service Bus namespace

sku

public abstract NamespaceSku sku()

Returns:

sku value

topics

public abstract Topics topics()

Returns:

entry point to manage topics entities in the Service Bus namespace

updatedAt

public abstract OffsetDateTime updatedAt()

Returns:

time the namespace was updated

Applies to