AgentRegistrationOperationExtensions.RegenerateKeyAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyResponse> RegenerateKeyAsync (this Microsoft.Azure.Management.Automation.IAgentRegistrationOperation operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter keyName);
static member RegenerateKeyAsync : Microsoft.Azure.Management.Automation.IAgentRegistrationOperation * string * string * Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyParameter -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AgentRegistrationRegenerateKeyResponse>
<Extension()>
Public Function RegenerateKeyAsync (operations As IAgentRegistrationOperation, resourceGroupName As String, automationAccount As String, keyName As AgentRegistrationRegenerateKeyParameter) As Task(Of 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