Share via


StorageAccountsOperationsExtensions.RegenerateKey Method

Definition

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

public static Microsoft.Azure.Management.Storage.Models.StorageAccountListKeysResult RegenerateKey (this Microsoft.Azure.Management.Storage.IStorageAccountsOperations operations, string resourceGroupName, string accountName, string keyName);
static member RegenerateKey : Microsoft.Azure.Management.Storage.IStorageAccountsOperations * string * string * string -> Microsoft.Azure.Management.Storage.Models.StorageAccountListKeysResult
<Extension()>
Public Function RegenerateKey (operations As IStorageAccountsOperations, resourceGroupName As String, accountName As String, keyName As String) As StorageAccountListKeysResult

Parameters

operations
IStorageAccountsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the user's subscription. The name is case insensitive.

accountName
String

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

keyName
String

The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2.

Returns

Applies to