Freigeben über


DataConnectionsOperationsExtensions.BeginUpdateAsync Methode

Definition

Updates einer Datenverbindung.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.DataConnection> BeginUpdateAsync (this Microsoft.Azure.Management.Kusto.IDataConnectionsOperations operations, string resourceGroupName, string clusterName, string databaseName, string dataConnectionName, Microsoft.Azure.Management.Kusto.Models.DataConnection parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Kusto.IDataConnectionsOperations * string * string * string * string * Microsoft.Azure.Management.Kusto.Models.DataConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.DataConnection>
<Extension()>
Public Function BeginUpdateAsync (operations As IDataConnectionsOperations, resourceGroupName As String, clusterName As String, databaseName As String, dataConnectionName As String, parameters As DataConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataConnection)

Parameter

operations
IDataConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

databaseName
String

Der Name der Datenbank im Kusto-Cluster.

dataConnectionName
String

Der Name der Datenverbindung.

parameters
DataConnection

Die Datenverbindungsparameter, die für den Updatevorgang bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: