ConnectionOperationsExtensions.Update Method

Definition

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

Parameters

operations
IConnectionOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

connectionName
String

The parameters supplied to the update a connection operation.

parameters
ConnectionUpdateParameters

The parameters supplied to the update a connection operation.

Returns

Applies to