Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountKey
Packages that use StorageAccountKey
Package
Description
Package containing the inner data models for StorageManagementClient.
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 StorageAccountKeyModifier and TypeMethodDescriptionStorageAccountListKeysResultInner.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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type StorageAccountKeyModifier and TypeClassDescriptionfinal classAn access key for the storage account.Methods in com.azure.resourcemanager.storage.models that return StorageAccountKeyModifier and TypeMethodDescriptionstatic StorageAccountKeyStorageAccountKey.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccountKey from the JsonReader.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type StorageAccountKeyModifier and TypeMethodDescriptionStorageAccount.getKeys()Fetch the up-to-date access keys from Azure for this storage account.StorageAccount.getKeysAsync()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.StorageAccount.regenerateKeyAsync(String keyName) Regenerates the access keys for this storage account asynchronously.