Freigeben über


ScriptsOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt ein Kusto-Datenbankskript.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.Script> BeginCreateOrUpdateAsync (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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (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: