Share via


StorageAccountResource.RegenerateKeyAsync Method

Definition

Regenerates one of the access keys or Kerberos keys for the specified storage account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey
  • Operation Id: StorageAccounts_RegenerateKey
  • Default Api Version: 2022-09-01
  • Resource: StorageAccountResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageAccountKey> RegenerateKeyAsync (Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKeyAsync : Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageAccountKey>
override this.RegenerateKeyAsync : Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.Models.StorageAccountKey>
Public Overridable Function RegenerateKeyAsync (content As StorageAccountRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageAccountKey)

Parameters

content
StorageAccountRegenerateKeyContent

Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of StorageAccountKey that may take multiple service requests to iterate over.

Exceptions

content is null.

Applies to