WebPubSubResource.RegenerateKey Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Regenerar a chave de acesso para o recurso. PrimaryKey e SecondaryKey não podem ser regenerados ao mesmo tempo.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/regenerateKey
- IdWebPubSub_RegenerateKey de operação
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WebPubSub.Models.WebPubSubKeys> RegenerateKey (Azure.WaitUntil waitUntil, Azure.ResourceManager.WebPubSub.Models.WebPubSubRegenerateKeyContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateKey : Azure.WaitUntil * Azure.ResourceManager.WebPubSub.Models.WebPubSubRegenerateKeyContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WebPubSub.Models.WebPubSubKeys>
override this.RegenerateKey : Azure.WaitUntil * Azure.ResourceManager.WebPubSub.Models.WebPubSubRegenerateKeyContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WebPubSub.Models.WebPubSubKeys>
Public Overridable Function RegenerateKey (waitUntil As WaitUntil, content As WebPubSubRegenerateKeyContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of WebPubSubKeys)
Parâmetros
- waitUntil
- WaitUntil
Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.
- content
- WebPubSubRegenerateKeyContent
Parâmetro que descreve a operação Regenerar Chave.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
content
é nulo.
Aplica-se a
Azure SDK for .NET