次の方法で共有


DataConnectionsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

データ接続を作成または更新します。

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

パラメーター

operations
IDataConnectionsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

databaseName
String

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

dataConnectionName
String

データ接続の名前。

parameters
DataConnection

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

戻り値

適用対象