ServiceBusNamespaces Interface
public interface ServiceBusNamespaces extends SupportsCreating<ServiceBusNamespace.DefinitionStages.Blank>,SupportsBatchCreation,SupportsBatchDeletion,SupportsListing,SupportsListingByResourceGroup,SupportsGettingByResourceGroup,SupportsGettingById,SupportsDeletingById,SupportsDeletingByResourceGroup,HasManager,HasInner
Entry point to Service Bus namespace API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
Check |
checkNameAvailability(String name)
Checks if namespace name is valid and is not in use. |
Observable<Check |
checkNameAvailabilityAsync(String name)
Checks if namespace name is valid and is not in use asynchronously. |
ServiceFuture<Check |
checkNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)
Checks if namespace name is valid and is not in use asynchronously. |
Inherited Members
Method Details
checkNameAvailability
public CheckNameAvailabilityResult checkNameAvailability(String name)
Checks if namespace name is valid and is not in use.
Parameters:
Returns:
checkNameAvailabilityAsync
public Observable
Checks if namespace name is valid and is not in use asynchronously.
Parameters:
Returns:
checkNameAvailabilityAsync
public ServiceFuture
Checks if namespace name is valid and is not in use asynchronously.
Parameters:
Returns:
Applies to
Azure SDK for Java