次の方法で共有


DatabasesOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Kusto.Models.Database CreateOrUpdate (this Microsoft.Azure.Management.Kusto.IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, Microsoft.Azure.Management.Kusto.Models.Database parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Kusto.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.Database -> Microsoft.Azure.Management.Kusto.Models.Database
<Extension()>
Public Function CreateOrUpdate (operations As IDatabasesOperations, resourceGroupName As String, clusterName As String, databaseName As String, parameters As Database) As Database

パラメーター

operations
IDatabasesOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

databaseName
String

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

parameters
Database

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

戻り値

適用対象