次の方法で共有


DatabasesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

データベースを作成または更新します。

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)

パラメーター

operations
IDatabasesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

databaseName
String

Kusto クラスター内のデータベースの名前。

parameters
Database

CreateOrUpdate 操作に指定されたデータベース パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象