public interface ServiceBusNamespaces extends SupportsCreating<ServiceBusNamespace.DefinitionStages.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>
Modifier and Type | Method and Description |
---|---|
CheckNameAvailabilityResult |
checkNameAvailability(String name)
Checks if namespace name is valid and is not in use.
|
rx.Observable<CheckNameAvailabilityResult> |
checkNameAvailabilityAsync(String name)
Checks if namespace name is valid and is not in use asynchronously.
|
ServiceFuture<CheckNameAvailabilityResult> |
checkNameAvailabilityAsync(String name,
ServiceCallback<CheckNameAvailabilityResult> callback)
Checks if namespace name is valid and is not in use asynchronously.
|
define
create, create, createAsync, createAsync, createAsync, createAsync
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
list, listAsync
listByResourceGroup, listByResourceGroupAsync
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
getById, getByIdAsync, getByIdAsync
deleteById, deleteByIdAsync, deleteByIdAsync
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
manager
CheckNameAvailabilityResult checkNameAvailability(String name)
name
- the account name to checkrx.Observable<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name)
name
- the namespace name to checkServiceFuture<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name, ServiceCallback<CheckNameAvailabilityResult> callback)
name
- the namespace name to checkcallback
- the callback to call on success or failureCopyright © 2019. All rights reserved.