Mono<StorageAccountListKeysResultInner> |
StorageAccountsClient.listKeysAsync(String resourceGroupName,
String accountName) |
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
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.
|
Mono<StorageAccountListKeysResultInner> |
StorageAccountsClient.regenerateKeyAsync(String resourceGroupName,
String accountName,
StorageAccountRegenerateKeyParameters regenerateKey) |
Regenerates one of the access keys or Kerberos keys for the specified storage account.
|
com.azure.core.http.rest.Response<StorageAccountListKeysResultInner> |
StorageAccountsClient.regenerateKeyWithResponse(String resourceGroupName,
String accountName,
StorageAccountRegenerateKeyParameters regenerateKey,
com.azure.core.util.Context context) |
Regenerates one of the access keys or Kerberos keys for the specified storage account.
|
Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> |
StorageAccountsClient.regenerateKeyWithResponseAsync(String resourceGroupName,
String accountName,
StorageAccountRegenerateKeyParameters regenerateKey) |
Regenerates one of the access keys or Kerberos keys for the specified storage account.
|