ServiceBusNamespaces Interface
Implements
public interface ServiceBusNamespaces
extends SupportsCreating<Blank>, SupportsBatchCreation<ServiceBusNamespace>, SupportsBatchDeletion, SupportsListing<ServiceBusNamespace>, SupportsListingByResourceGroup<ServiceBusNamespace>, SupportsGettingByResourceGroup<ServiceBusNamespace>, SupportsGettingById<ServiceBusNamespace>, SupportsDeletingById, SupportsDeletingByResourceGroup, HasManager<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>, HasInner<com.microsoft.azure.management.servicebus.implementation.NamespacesInner>
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
rx.Observable<Check |
checkNameAvailabilityAsync(String name)
Checks if namespace name is valid and is not in use asynchronously. |
abstract
com.microsoft.rest.ServiceFuture<Check |
checkNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)
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 Observable
Checks if namespace name is valid and is not in use asynchronously.
Parameters:
Returns:
checkNameAvailabilityAsync
public abstract ServiceFuture
Checks if namespace name is valid and is not in use asynchronously.
Parameters:
Returns:
Applies to
Azure SDK for Java