AgentRegistrationOperationExtensions.RegenerateKey Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Parametry
- operations
- IAgentRegistrationOperation
- resourceGroupName
- String
- automationAccount
- String
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET