Uses of Class
com.azure.resourcemanager.storage.fluent.models.StorageAccountListKeysResultInner
Packages that use StorageAccountListKeysResultInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of StorageAccountListKeysResultInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return StorageAccountListKeysResultInnerModifier and TypeMethodDescriptionLists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.StorageAccountsClient.regenerateKey(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey) Regenerates one of the access keys or Kerberos keys for the specified storage account.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type StorageAccountListKeysResultInnerModifier and TypeMethodDescriptionStorageAccountsClient.listKeysAsync(String resourceGroupName, String accountName) Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.com.azure.core.http.rest.Response<StorageAccountListKeysResultInner> StorageAccountsClient.listKeysWithResponse(String resourceGroupName, String accountName, ListKeyExpand expand, com.azure.core.util.Context context) Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> StorageAccountsClient.listKeysWithResponseAsync(String resourceGroupName, String accountName, ListKeyExpand expand) Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.StorageAccountsClient.regenerateKeyAsync(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey) Regenerates one of the access keys or Kerberos keys for the specified storage account.com.azure.core.http.rest.Response<StorageAccountListKeysResultInner> StorageAccountsClient.regenerateKeyWithResponse(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey, com.azure.core.util.Context context) Regenerates one of the access keys or Kerberos keys for the specified storage account.Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> StorageAccountsClient.regenerateKeyWithResponseAsync(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey) Regenerates one of the access keys or Kerberos keys for the specified storage account. -
Uses of StorageAccountListKeysResultInner in com.azure.resourcemanager.storage.fluent.models
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type StorageAccountListKeysResultInnerModifier and TypeClassDescriptionfinal classThe response from the ListKeys operation.Methods in com.azure.resourcemanager.storage.fluent.models that return StorageAccountListKeysResultInnerModifier and TypeMethodDescriptionStorageAccountListKeysResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccountListKeysResultInner from the JsonReader.