Aracılığıyla paylaş


CredentialOperationsExtensions.UpdateAsync Yöntem

Tanım

Kimlik bilgilerini güncelleştirme. 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)

Parametreler

operations
ICredentialOperations

Bu uzantı yönteminin işlem grubu.

resourceGroupName
String

Azure Kaynak grubunun adı.

automationAccountName
String

Otomasyon hesabının adı.

credentialName
String

Kimlik bilgilerini güncelleştir işlemine sağlanan parametreler.

parameters
CredentialUpdateParameters

Kimlik bilgilerini güncelleştir işlemine sağlanan parametreler.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır