StorageAccountResource.RegenerateKey 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.Pageable<Azure.ResourceManager.Storage.Models.StorageAccountKey> RegenerateKey (Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKey : Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Storage.Models.StorageAccountKey>
override this.RegenerateKey : Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Storage.Models.StorageAccountKey>
Public Overridable Function RegenerateKey (content As StorageAccountRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StorageAccountKey)
Parameters
Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of StorageAccountKey that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET