ConnectionOperationsExtensions.Update Method

Definition

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

public static Microsoft.Azure.AzureOperationResponse Update (this Microsoft.WindowsAzure.Management.Automation.IConnectionOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.Automation.IConnectionOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Update (operations As IConnectionOperations, automationAccount As String, parameters As ConnectionUpdateParameters) As AzureOperationResponse

Parameters

operations
IConnectionOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.

automationAccount
String

Required. The automation account name.

parameters
ConnectionUpdateParameters

Required. The parameters supplied to the update a connection operation.

Returns

Microsoft.Azure.AzureOperationResponse

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

Applies to