DataFlowDebugPackage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataFlowDebugPackage() |
Initializes a new instance of the DataFlowDebugPackage class. |
DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings) |
Initializes a new instance of the DataFlowDebugPackage class. |
DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DataFlowDebugResource>, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings) |
Initializes a new instance of the DataFlowDebugPackage class. |
DataFlowDebugPackage()
Initializes a new instance of the DataFlowDebugPackage class.
public DataFlowDebugPackage ();
Public Sub New ()
Applies to
DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)
Initializes a new instance of the DataFlowDebugPackage class.
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)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- sessionId
- String
The ID of data flow debug session.
- dataFlow
- DataFlowDebugResource
Data flow instance.
- datasets
- IList<DatasetDebugResource>
List of datasets.
- linkedServices
- IList<LinkedServiceDebugResource>
List of linked services.
- staging
- DataFlowStagingInfo
Staging info for debug session.
- debugSettings
- DataFlowDebugPackageDebugSettings
Data flow debug settings.
Applies to
DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DataFlowDebugResource>, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)
Initializes a new instance of the DataFlowDebugPackage class.
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)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- sessionId
- String
The ID of data flow debug session.
- dataFlow
- DataFlowDebugResource
Data flow instance.
- dataFlows
- IList<DataFlowDebugResource>
List of Data flows
- datasets
- IList<DatasetDebugResource>
List of datasets.
- linkedServices
- IList<LinkedServiceDebugResource>
List of linked services.
- staging
- DataFlowStagingInfo
Staging info for debug session.
- debugSettings
- DataFlowDebugPackageDebugSettings
Data flow debug settings.
Applies to
Azure SDK for .NET