IConnectionOperations.UpdateAsync Method (String, ConnectionUpdateParameters, CancellationToken)

 

Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

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

Task<AzureOperationResponse> UpdateAsync(
	string automationAccount,
	ConnectionUpdateParameters parameters,
	CancellationToken cancellationToken
)

Parameters

automationAccount
Type: System.String

The automation account name.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters

The parameters supplied to the update a connection operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

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

Return to top
Show: