| Package | Description |
|---|---|
| com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
| 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.
|
ServiceFuture<List<StorageAccountKey>> |
StorageAccount.getKeysAsync(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.
|
ServiceFuture<List<StorageAccountKey>> |
StorageAccount.regenerateKeyAsync(String keyName,
ServiceCallback<List<StorageAccountKey>> callback)
Regenerates the access keys for this storage account asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceFuture<List<StorageAccountKey>> |
StorageAccount.getKeysAsync(ServiceCallback<List<StorageAccountKey>> callback)
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
|
ServiceFuture<List<StorageAccountKey>> |
StorageAccount.regenerateKeyAsync(String keyName,
ServiceCallback<List<StorageAccountKey>> callback)
Regenerates the access keys for this storage account asynchronously.
|
Copyright © 2019. All rights reserved.