Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountKey
-
Packages that use StorageAccountKey Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of StorageAccountKey in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type StorageAccountKey Modifier and Type Method Description List<StorageAccountKey>StorageAccountListKeysResultInner. keys()Get the keys property: Gets the list of storage account keys and their properties for the specified storage account. -
Uses of StorageAccountKey in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type StorageAccountKey Modifier and Type Method Description List<StorageAccountKey>StorageAccount. getKeys()Fetch the up-to-date access keys from Azure for this storage account.Mono<List<StorageAccountKey>>StorageAccount. getKeysAsync()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.Mono<List<StorageAccountKey>>StorageAccount. regenerateKeyAsync(String keyName)Regenerates the access keys for this storage account asynchronously.
-