Freigeben über


ScriptsOperationsExtensions.BeginUpdate Methode

Definition

Updates ein Datenbankskript.

public static Microsoft.Azure.Management.Kusto.Models.Script BeginUpdate (this Microsoft.Azure.Management.Kusto.IScriptsOperations operations, string resourceGroupName, string clusterName, string databaseName, string scriptName, Microsoft.Azure.Management.Kusto.Models.Script parameters);
static member BeginUpdate : Microsoft.Azure.Management.Kusto.IScriptsOperations * string * string * string * string * Microsoft.Azure.Management.Kusto.Models.Script -> Microsoft.Azure.Management.Kusto.Models.Script
<Extension()>
Public Function BeginUpdate (operations As IScriptsOperations, resourceGroupName As String, clusterName As String, databaseName As String, scriptName As String, parameters As Script) As 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, um den KQL auszuführen.

Gibt zurück

Gilt für: