Freigeben über


DatabasesOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Datenbank.

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

Parameter

operations
IDatabasesOperations

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.

parameters
Database

Die Datenbankparameter, die für den CreateOrUpdate-Vorgang bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: