Freigeben über


ScriptsOperationsExtensions.Update Methode

Definition

Updates ein Datenbankskript.

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

Gibt zurück

Gilt für: