Compartilhar via


BatchAccountResource.RegenerateKeyAsync Método

Definição

Essa operação se aplica somente a contas do Lote com allowedAuthenticationModes contendo 'SharedKey'. Se a conta do Lote não contiver 'SharedKey' em seu allowedAuthenticationMode, os clientes não poderão usar chaves compartilhadas para autenticar e deverão usar outro allowedAuthenticationModes. Nesse caso, a regeneração das chaves falhará.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/regenerateKeys
  • IdBatchAccount_RegenerateKey de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.Models.BatchAccountKeys>> RegenerateKeyAsync (Azure.ResourceManager.Batch.Models.BatchAccountRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKeyAsync : Azure.ResourceManager.Batch.Models.BatchAccountRegenerateKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.Models.BatchAccountKeys>>
override this.RegenerateKeyAsync : Azure.ResourceManager.Batch.Models.BatchAccountRegenerateKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.Models.BatchAccountKeys>>
Public Overridable Function RegenerateKeyAsync (content As BatchAccountRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchAccountKeys))

Parâmetros

content
BatchAccountRegenerateKeyContent

O tipo de chave a ser regenerada.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

content é nulo.

Aplica-se a