public interface ServiceBusNamespaces extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<ServiceBusNamespace.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ServiceBusNamespace>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ServiceBusNamespace>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<ServiceBusNamespace>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<ServiceBusNamespace>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<ServiceBusNamespace>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager>, com.microsoft.azure.management.resources.fluentcore.model.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.
|
com.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult> |
checkNameAvailabilityAsync(String name,
com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback)
Checks if namespace name is valid and is not in use asynchronously.
|
definecreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsynclist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncCheckNameAvailabilityResult checkNameAvailability(String name)
name - the account name to checkrx.Observable<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name)
name - the namespace name to checkcom.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name, com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback)
name - the namespace name to checkcallback - the callback to call on success or failure/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/