Partilhar via


BatchAccountOperationsExtensions.RegenerateKeyAsync Método

Definição

Regenera a chave de conta especificada para a conta do Batch.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.BatchAccountKeys> RegenerateKeyAsync (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Batch.Models.AccountKeyType keyName, System.Threading.CancellationToken cancellationToken = default);
static member RegenerateKeyAsync : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * Microsoft.Azure.Management.Batch.Models.AccountKeyType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.BatchAccountKeys>
<Extension()>
Public Function RegenerateKeyAsync (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, keyName As AccountKeyType, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BatchAccountKeys)

Parâmetros

operations
IBatchAccountOperations

O grupo de operações para este método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém a conta do Batch.

accountName
String

O nome da conta do Batch.

keyName
AccountKeyType

O tipo de chave de conta a regenerar. Os valores possíveis incluem: "Primário", "Secundário"

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Observações

Esta operação aplica-se apenas a contas do Batch com permissõesAuthenticationModes que contêm "SharedKey". Se a conta do Batch não contiver "SharedKey" no seu allowedAuthenticationMode, os clientes não podem utilizar chaves partilhadas para autenticar e têm de utilizar outro allowedAuthenticationModes. Neste caso, a regeneração das chaves falhará.

Aplica-se a