AgentRegistrationOperationExtensions.RegenerateKey Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
public static Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyResponse RegenerateKey (this Microsoft.Azure.Management.Automation.IAgentRegistrationOperation operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter keyName);
static member RegenerateKey : Microsoft.Azure.Management.Automation.IAgentRegistrationOperation * string * string * Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter -> Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyResponse
<Extension()>
Public Function RegenerateKey (operations As IAgentRegistrationOperation, resourceGroupName As String, automationAccount As String, keyName As AgentRegistrationRegenerateKeyParameter) As AgentRegistrationRegenerateKeyResponse
Parametrar
- operations
- IAgentRegistrationOperation
- resourceGroupName
- String
- automationAccount
- String
Returer
Gäller för
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET