Share via


ICredentialOperations.UpdateAsync Method (String, CredentialUpdateParameters, CancellationToken)

 

Update a credential. (see https://aka.ms/azureautomationsdk/credentialoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

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)

Parameters

  • automationAccount
    Type: System.String

    The automation account name.

Return Value

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

A standard service response including an HTTP status code and request ID.

See Also

ICredentialOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top