你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceBusNamespaces Interface
Implements
public interface ServiceBusNamespaces
extends SupportsCreating<Blank>, SupportsBatchCreation<ServiceBusNamespace>, SupportsBatchDeletion, SupportsListing<ServiceBusNamespace>, SupportsListingByResourceGroup<ServiceBusNamespace>, SupportsGettingByResourceGroup<ServiceBusNamespace>, SupportsGettingById<ServiceBusNamespace>, SupportsDeletingById, SupportsDeletingByResourceGroup, HasManager<ServiceBusManager>
Entry point to Service Bus namespace API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Check |
checkNameAvailability(String name)
Checks if namespace name is valid and is not in use. |
abstract
Mono<Check |
checkNameAvailabilityAsync(String name)
Checks if namespace name is valid and is not in use asynchronously. |
Method Details
checkNameAvailability
public abstract CheckNameAvailabilityResult checkNameAvailability(String name)
Checks if namespace name is valid and is not in use.
Parameters:
Returns:
checkNameAvailabilityAsync
public abstract Mono
Checks if namespace name is valid and is not in use asynchronously.
Parameters:
Returns: