Uses of Enum
com.azure.resourcemanager.storage.models.StorageAccountExpand
Packages that use StorageAccountExpand
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of StorageAccountExpand in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type StorageAccountExpandModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StorageAccountInner>StorageAccountsClient.getByResourceGroupWithResponse(String resourceGroupName, String accountName, StorageAccountExpand expand, com.azure.core.util.Context context) Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status.Mono<com.azure.core.http.rest.Response<StorageAccountInner>>StorageAccountsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String accountName, StorageAccountExpand expand) Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. -
Uses of StorageAccountExpand in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return StorageAccountExpandModifier and TypeMethodDescriptionstatic StorageAccountExpandStorageAccountExpand.fromString(String value) Parses a serialized value to a StorageAccountExpand instance.static StorageAccountExpandReturns the enum constant of this type with the specified name.static StorageAccountExpand[]StorageAccountExpand.values()Returns an array containing the constants of this enum type, in the order they are declared.