AgentRegistrationInformationOperationsExtensions.RegenerateKey Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Régénérer une clé d’inscription d’agent principal ou secondaire http://aka.ms/azureautomationsdk/agentregistrationoperations
public static Microsoft.Azure.Management.Automation.Models.AgentRegistration RegenerateKey (this Microsoft.Azure.Management.Automation.IAgentRegistrationInformationOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter parameters);
static member RegenerateKey : Microsoft.Azure.Management.Automation.IAgentRegistrationInformationOperations * string * string * Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter -> Microsoft.Azure.Management.Automation.Models.AgentRegistration
<Extension()>
Public Function RegenerateKey (operations As IAgentRegistrationInformationOperations, resourceGroupName As String, automationAccountName As String, parameters As AgentRegistrationRegenerateKeyParameter) As AgentRegistration
Paramètres
- operations
- IAgentRegistrationInformationOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountName
- String
Nom du compte Automation.
- parameters
- AgentRegistrationRegenerateKeyParameter
Nom de la clé d’inscription de l’agent à régénérer
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET