Partager via


CredentialOperationsExtensions.UpdateAsync Méthode

Définition

Mettre à jour des informations d’identification. 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)

Paramètres

operations
ICredentialOperations

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.

credentialName
String

Paramètres fournis à l’opération Mettre à jour les informations d’identification.

parameters
CredentialUpdateParameters

Paramètres fournis à l’opération Mettre à jour les informations d’identification.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à