Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountCheckNameAvailabilityParameters
Packages that use StorageAccountCheckNameAvailabilityParameters
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of StorageAccountCheckNameAvailabilityParameters in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type StorageAccountCheckNameAvailabilityParametersModifier and TypeMethodDescriptionStorageAccountsClient.checkNameAvailability(StorageAccountCheckNameAvailabilityParameters accountName) Checks that the storage account name is valid and is not already in use.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 StorageAccountCheckNameAvailabilityParameters in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return StorageAccountCheckNameAvailabilityParametersModifier and TypeMethodDescriptionSet the name property: The storage account name.Set the type property: The type of resource, Microsoft.Storage/storageAccounts.