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.StringThe automation account name.
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParametersThe parameters supplied to the update a connection operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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