| 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<StorageAccountListKeysResultInner> |
StorageAccountsClient.listKeysAsync(String resourceGroupName,
String accountName,
ListKeyExpand expand)
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
com.azure.core.http.rest.Response<StorageAccountListKeysResultInner> |
StorageAccountsClient.listKeysWithResponse(String resourceGroupName,
String accountName,
ListKeyExpand expand,
com.azure.core.util.Context context)
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> |
StorageAccountsClient.listKeysWithResponseAsync(String resourceGroupName,
String accountName,
ListKeyExpand expand)
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListKeyExpand |
ListKeyExpand.fromString(String value)
Parses a serialized value to a ListKeyExpand instance.
|
static ListKeyExpand |
ListKeyExpand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListKeyExpand[] |
ListKeyExpand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.