public interface ServiceBusNamespaces extends SupportsCreating<ServiceBusNamespace.DefinitionStages.Blank>, SupportsBatchCreation<ServiceBusNamespace>, SupportsBatchDeletion, SupportsListing<ServiceBusNamespace>, SupportsListingByResourceGroup<ServiceBusNamespace>, SupportsGettingByResourceGroup<ServiceBusNamespace>, SupportsGettingById<ServiceBusNamespace>, SupportsDeletingById, SupportsDeletingByResourceGroup, HasManager<ServiceBusManager>
| Modifier and Type | Method and Description |
|---|---|
CheckNameAvailabilityResult |
checkNameAvailability(String name)
Checks if namespace name is valid and is not in use.
|
Mono<CheckNameAvailabilityResult> |
checkNameAvailabilityAsync(String name)
Checks if namespace name is valid and is not in use asynchronously.
|
definecreate, create, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsynclist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsyncgetById, getByIdAsyncdeleteById, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsyncmanagerCheckNameAvailabilityResult checkNameAvailability(String name)
name - the account name to checkMono<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name)
name - the namespace name to checkCopyright © 2021 Microsoft Corporation. All rights reserved.