Sdílet prostřednictvím


CredentialOperationsExtensions.UpdateAsync Metoda

Definice

Aktualizujte přihlašovací údaje. http://aka.ms/azureautomationsdk/credentialoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Credential> UpdateAsync (this Microsoft.Azure.Management.Automation.ICredentialOperations operations, string resourceGroupName, string automationAccountName, string credentialName, Microsoft.Azure.Management.Automation.Models.CredentialUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Automation.ICredentialOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.CredentialUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Credential>
<Extension()>
Public Function UpdateAsync (operations As ICredentialOperations, resourceGroupName As String, automationAccountName As String, credentialName As String, parameters As CredentialUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Credential)

Parametry

operations
ICredentialOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků Azure.

automationAccountName
String

Název účtu Automation.

credentialName
String

Parametry zadané pro operaci aktualizace přihlašovacích údajů.

parameters
CredentialUpdateParameters

Parametry zadané pro operaci aktualizace přihlašovacích údajů.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro