Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountCheckNameAvailabilityParameters
-
Packages that use StorageAccountCheckNameAvailabilityParameters 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 StorageAccountCheckNameAvailabilityParameters in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type StorageAccountCheckNameAvailabilityParameters Modifier and Type Method Description CheckNameAvailabilityResultInnerStorageAccountsClient. checkNameAvailability(StorageAccountCheckNameAvailabilityParameters accountName)Checks that the storage account name is valid and is not already in use.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 StorageAccountCheckNameAvailabilityParameters in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return StorageAccountCheckNameAvailabilityParameters Modifier and Type Method Description StorageAccountCheckNameAvailabilityParametersStorageAccountCheckNameAvailabilityParameters. withName(String name)Set the name property: The storage account name.StorageAccountCheckNameAvailabilityParametersStorageAccountCheckNameAvailabilityParameters. withType(String type)Set the type property: The type of resource, Microsoft.Storage/storageAccounts.
-