Uses of Class
com.azure.resourcemanager.storage.models.StorageAccountRegenerateKeyParameters
Packages that use StorageAccountRegenerateKeyParameters
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of StorageAccountRegenerateKeyParameters in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type StorageAccountRegenerateKeyParametersModifier and TypeMethodDescriptionStorageAccountsClient.regenerateKey(String resourceGroupName, String accountName, StorageAccountRegenerateKeyParameters regenerateKey) Regenerates one of the access keys or Kerberos keys 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 StorageAccountRegenerateKeyParameters in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return StorageAccountRegenerateKeyParametersModifier and TypeMethodDescriptionStorageAccountRegenerateKeyParameters.withKeyName(String keyName) Set the keyName property: The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2.