AgentRegistrationInformationOperationsExtensions.RegenerateKeyAsync Method

Definition

Regenerate a primary or secondary agent registration key 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)

Parameters

operations
IAgentRegistrationInformationOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

parameters
AgentRegistrationRegenerateKeyParameter

The name of the agent registration key to be regenerated

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to