Freigeben über


ScriptsOperationsExtensions.BeginUpdateAsync Methode

Definition

Updates ein Datenbankskript.

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

Parameter

operations
IScriptsOperations

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.

scriptName
String

Der Name des Kusto-Datenbankskripts.

parameters
Script

Die Kusto-Skriptparameter enthalten die auszuführende KQL.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: