AgentRegistrationInformationOperationsExtensions.RegenerateKeyAsync Método

Definición

Regeneración de una clave de registro del agente principal o secundario 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

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

parameters
AgentRegistrationRegenerateKeyParameter

Nombre de la clave de registro del agente que se va a regenerar.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a