| Modifier and Type | Method and Description |
|---|---|
List<StorageAccountKey> |
StorageAccount.getKeys()
Fetch the up-to-date access keys from Azure for this storage account.
|
List<StorageAccountKey> |
StorageAccount.regenerateKey(String keyName)
Regenerates the access keys for this storage account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/