StorageAccountResource.RegenerateKeyAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: 2023-05-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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET