Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountExpand
-
Packages that use StorageAccountExpand 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 StorageAccountExpand in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type StorageAccountExpand Modifier and Type Method Description Mono<StorageAccountInner>StorageAccountsClient. getByResourceGroupAsync(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.com.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 StorageAccountExpand Modifier and Type Method Description static StorageAccountExpandStorageAccountExpand. fromString(String value)Parses a serialized value to a StorageAccountExpand instance.static StorageAccountExpandStorageAccountExpand. valueOf(String name)Returns 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.
-