Dela via


AgentRegistrationInformationOperationsExtensions.RegenerateKeyAsync Metod

Definition

Återskapa en primär eller sekundär agentregistreringsnyckel 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)

Parametrar

operations
IAgentRegistrationInformationOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på en Azure-resursgrupp.

automationAccountName
String

Namnet på automationskontot.

parameters
AgentRegistrationRegenerateKeyParameter

Namnet på agentregistreringsnyckeln som ska återskapas

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för