你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

数据流调试设置。

适用于