IConnectionOperations.UpdateAsync Method (String, ConnectionUpdateParameters, CancellationToken)

 

Update a connection. (see https://aka.ms/azureautomationsdk/connectionoperations 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,
    ConnectionUpdateParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ UpdateAsync(
    String^ automationAccount,
    ConnectionUpdateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract UpdateAsync : 
        automationAccount:string *
        parameters:ConnectionUpdateParameters *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function UpdateAsync (
    automationAccount As String,
    parameters As ConnectionUpdateParameters,
    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

IConnectionOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top