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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type StorageAccountCheckNameAvailabilityParametersModifier and TypeClassDescriptionfinal classThe parameters used to check the availability of the storage account name.Methods in com.azure.resourcemanager.storage.models that return StorageAccountCheckNameAvailabilityParametersModifier and TypeMethodDescriptionStorageAccountCheckNameAvailabilityParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccountCheckNameAvailabilityParameters from the JsonReader.Set the name property: The storage account name.