Uses of Class
com.microsoft.azure.management.storage.CheckNameAvailabilityResult
Packages that use CheckNameAvailabilityResult
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of CheckNameAvailabilityResult in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return CheckNameAvailabilityResultModifier and TypeMethodDescriptionStorageAccounts.checkNameAvailability
(String name) Checks that account name is valid and is not in use.Methods in com.microsoft.azure.management.storage that return types with arguments of type CheckNameAvailabilityResultModifier and TypeMethodDescriptionrx.Observable<CheckNameAvailabilityResult>
StorageAccounts.checkNameAvailabilityAsync
(String name) Checks that account name is valid and is not in use asynchronously.com.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult>
StorageAccounts.checkNameAvailabilityAsync
(String name, com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback) Checks that account name is valid and is not in use asynchronously.Method parameters in com.microsoft.azure.management.storage with type arguments of type CheckNameAvailabilityResultModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult>
StorageAccounts.checkNameAvailabilityAsync
(String name, com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback) Checks that account name is valid and is not in use asynchronously.