Uses of Class
com.azure.resourcemanager.storage.fluent.models.CheckNameAvailabilityResultInner
Packages that use CheckNameAvailabilityResultInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 CheckNameAvailabilityResultInnerModifier and TypeMethodDescriptionStorageAccountsClient.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 CheckNameAvailabilityResultInnerModifier and TypeMethodDescriptionStorageAccountsClient.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.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return CheckNameAvailabilityResultInnerModifier and TypeMethodDescriptionCheckNameAvailabilityResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CheckNameAvailabilityResultInner from the JsonReader. -
Uses of CheckNameAvailabilityResultInner in com.azure.resourcemanager.storage.models
Constructors in com.azure.resourcemanager.storage.models with parameters of type CheckNameAvailabilityResultInnerModifierConstructorDescriptionCreates an instance of the check name availability result object.