| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountExpand |
StorageAccountExpand.fromString(String value)
Parses a serialized value to a StorageAccountExpand instance.
|
static StorageAccountExpand |
StorageAccountExpand.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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.