次の方法で共有


DataFlowDebugPackage コンストラクター

定義

オーバーロード

DataFlowDebugPackage()

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

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

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

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DataFlowDebugResource>, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

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

DataFlowDebugPackage()

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

public DataFlowDebugPackage ();
Public Sub New ()

適用対象

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

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

public DataFlowDebugPackage (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string sessionId = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource dataFlow = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetDebugResource> datasets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceDebugResource> linkedServices = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo staging = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings debugSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage : System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetDebugResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceDebugResource> * Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sessionId As String = Nothing, Optional dataFlow As DataFlowDebugResource = Nothing, Optional datasets As IList(Of DatasetDebugResource) = Nothing, Optional linkedServices As IList(Of LinkedServiceDebugResource) = Nothing, Optional staging As DataFlowStagingInfo = Nothing, Optional debugSettings As DataFlowDebugPackageDebugSettings = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

sessionId
String

データ フロー デバッグ セッションの ID。

dataFlow
DataFlowDebugResource

データ フロー インスタンス。

datasets
IList<DatasetDebugResource>

データセットの一覧。

linkedServices
IList<LinkedServiceDebugResource>

リンクされたサービスの一覧。

staging
DataFlowStagingInfo

デバッグ セッションのステージング情報。

debugSettings
DataFlowDebugPackageDebugSettings

データ フローのデバッグ設定。

適用対象

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DataFlowDebugResource>, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

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

public DataFlowDebugPackage (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string sessionId = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource dataFlow = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource> dataFlows = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetDebugResource> datasets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceDebugResource> linkedServices = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo staging = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings debugSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage : System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetDebugResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceDebugResource> * Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sessionId As String = Nothing, Optional dataFlow As DataFlowDebugResource = Nothing, Optional dataFlows As IList(Of DataFlowDebugResource) = Nothing, Optional datasets As IList(Of DatasetDebugResource) = Nothing, Optional linkedServices As IList(Of LinkedServiceDebugResource) = Nothing, Optional staging As DataFlowStagingInfo = Nothing, Optional debugSettings As DataFlowDebugPackageDebugSettings = Nothing)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

sessionId
String

データ フロー デバッグ セッションの ID。

dataFlow
DataFlowDebugResource

データ フロー インスタンス。

dataFlows
IList<DataFlowDebugResource>

データ フローの一覧

datasets
IList<DatasetDebugResource>

データセットの一覧。

linkedServices
IList<LinkedServiceDebugResource>

リンクされたサービスの一覧。

staging
DataFlowStagingInfo

デバッグ セッションのステージング情報。

debugSettings
DataFlowDebugPackageDebugSettings

データ フローのデバッグ設定。

適用対象