Freigeben über


ConnectionOperationsExtensions.UpdateAsync Methode

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Connection> UpdateAsync (this Microsoft.Azure.Management.Automation.IConnectionOperations operations, string resourceGroupName, string automationAccountName, string connectionName, Microsoft.Azure.Management.Automation.Models.ConnectionUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Automation.IConnectionOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ConnectionUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Connection>
<Extension()>
Public Function UpdateAsync (operations As IConnectionOperations, resourceGroupName As String, automationAccountName As String, connectionName As String, parameters As ConnectionUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 das Aktualisieren eines Verbindungsvorgangs angegeben werden.

parameters
ConnectionUpdateParameters

Die Parameter, die für das Aktualisieren eines Verbindungsvorgangs angegeben werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: