Uses of Class
com.azure.resourcemanager.storage.fluent.models.CheckNameAvailabilityResultInner
-
Packages that use CheckNameAvailabilityResultInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of CheckNameAvailabilityResultInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return CheckNameAvailabilityResultInner Modifier and Type Method Description CheckNameAvailabilityResultInnerStorageAccountsClient. checkNameAvailability(StorageAccountCheckNameAvailabilityParameters accountName)Checks that the storage account name is valid and is not already in use.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type CheckNameAvailabilityResultInner Modifier and Type Method Description Mono<CheckNameAvailabilityResultInner>StorageAccountsClient. checkNameAvailabilityAsync(StorageAccountCheckNameAvailabilityParameters accountName)Checks that the storage account name is valid and is not already in use.com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>StorageAccountsClient. checkNameAvailabilityWithResponse(StorageAccountCheckNameAvailabilityParameters accountName, com.azure.core.util.Context context)Checks that the storage account name is valid and is not already in use.Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>>StorageAccountsClient. checkNameAvailabilityWithResponseAsync(StorageAccountCheckNameAvailabilityParameters accountName)Checks that the storage account name is valid and is not already in use. -
Uses of CheckNameAvailabilityResultInner in com.azure.resourcemanager.storage.models
Constructors in com.azure.resourcemanager.storage.models with parameters of type CheckNameAvailabilityResultInner Constructor Description CheckNameAvailabilityResult(CheckNameAvailabilityResultInner inner)Creates an instance of the check name availability result object.
-