Uses of Class
com.microsoft.azure.management.storage.StorageAccountKey
Packages that use StorageAccountKey
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of StorageAccountKey in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return types with arguments of type StorageAccountKeyModifier and TypeMethodDescriptionStorageAccount.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.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.Method parameters in com.microsoft.azure.management.storage with type arguments of type StorageAccountKeyModifier and TypeMethodDescriptioncom.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.