ICredentialOperations.UpdateAsync 方法 (String, CredentialUpdateParameters, CancellationToken)

 

更新凭据。 (请参阅 https://aka.ms/azureautomationsdk/credentialoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

Task<AzureOperationResponse> UpdateAsync(
    string automationAccount,
    CredentialUpdateParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ UpdateAsync(
    String^ automationAccount,
    CredentialUpdateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract UpdateAsync : 
        automationAccount:string *
        parameters:CredentialUpdateParameters *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function UpdateAsync (
    automationAccount As String,
    parameters As CredentialUpdateParameters,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

参数

  • automationAccount
    Type: System.String

    自动管理帐户名称。

返回值

Type: System.Threading.Tasks.Task<AzureOperationResponse>

标准服务响应,包括 HTTP 状态代码和请求 ID。

请参阅

ICredentialOperations 接口
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首