Freigeben über


ConnectionOperationsExtensions.Update Methode

Definition

Aktualisieren sie eine Verbindung. http://aka.ms/azureautomationsdk/connectionoperations

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

Parameter

operations
IConnectionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

connectionName
String

Die Parameter, die für die Aktualisierung eines Verbindungsvorgangs bereitgestellt werden.

parameters
ConnectionUpdateParameters

Die Parameter, die für die Aktualisierung eines Verbindungsvorgangs bereitgestellt werden.

Gibt zurück

Gilt für: