AgentRegistrationInformationOperationsExtensions.RegenerateKeyAsync Método

Definição

Regenerar uma chave de registo do agente primário ou secundário http://aka.ms/azureautomationsdk/agentregistrationoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AgentRegistration> RegenerateKeyAsync (this Microsoft.Azure.Management.Automation.IAgentRegistrationInformationOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter parameters, System.Threading.CancellationToken cancellationToken = default);
static member RegenerateKeyAsync : Microsoft.Azure.Management.Automation.IAgentRegistrationInformationOperations * string * string * Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AgentRegistration>
<Extension()>
Public Function RegenerateKeyAsync (operations As IAgentRegistrationInformationOperations, resourceGroupName As String, automationAccountName As String, parameters As AgentRegistrationRegenerateKeyParameter, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AgentRegistration)

Parâmetros

operations
IAgentRegistrationInformationOperations

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

resourceGroupName
String

Nome de um grupo de Recursos do Azure.

automationAccountName
String

O nome da conta de automatização.

parameters
AgentRegistrationRegenerateKeyParameter

O nome da chave de registo do agente a regenerar

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Aplica-se a