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