KustoClusterDataSetMapping コンストラクター

定義

オーバーロード

KustoClusterDataSetMapping()

KustoClusterDataSetMapping クラスの新しいインスタンスを初期化します。

KustoClusterDataSetMapping(String, String, String, String, SystemData, String, String, String, String)

KustoClusterDataSetMapping クラスの新しいインスタンスを初期化します。

KustoClusterDataSetMapping()

KustoClusterDataSetMapping クラスの新しいインスタンスを初期化します。

public KustoClusterDataSetMapping ();
Public Sub New ()

適用対象

KustoClusterDataSetMapping(String, String, String, String, SystemData, String, String, String, String)

KustoClusterDataSetMapping クラスの新しいインスタンスを初期化します。

public KustoClusterDataSetMapping (string dataSetId, string kustoClusterResourceId, string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, string dataSetMappingStatus = default, string location = default, string provisioningState = default);
new Microsoft.Azure.Management.DataShare.Models.KustoClusterDataSetMapping : string * string * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string * string * string -> Microsoft.Azure.Management.DataShare.Models.KustoClusterDataSetMapping
Public Sub New (dataSetId As String, kustoClusterResourceId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional dataSetMappingStatus As String = Nothing, Optional location As String = Nothing, Optional provisioningState As String = Nothing)

パラメーター

dataSetId
String

ソース データ セットの ID。

kustoClusterResourceId
String

シンク kusto クラスターのリソース ID。

id
String

Azure リソースのリソース ID

name
String

Azure リソースの名前

systemData
SystemData

Azure リソースのシステム データ。

type
String

Azure リソースの種類

dataSetMappingStatus
String

データ セット マッピングの状態を取得します。 使用可能な値は、次のとおりです。'Ok'、'Broken'

location
String

シンク kusto クラスターの場所。

provisioningState
String

データ・セット・マッピングのプロビジョニング状態。 指定できる値は、'Succeeded'、'Creating'、'Deleting'、'Moving'、'Failed' です。

適用対象