Freigeben über


ScriptsOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Erstellt ein Kusto-Datenbankskript.

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