DataFlowDebugPackageDebugSettings 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
DataFlowDebugPackageDebugSettings() |
Initializes a new instance of the DataFlowDebugPackageDebugSettings class. |
DataFlowDebugPackageDebugSettings(IList<DataFlowSourceSetting>, IDictionary<String,Object>, Object) |
Initializes a new instance of the DataFlowDebugPackageDebugSettings class. |
DataFlowDebugPackageDebugSettings()
Initializes a new instance of the DataFlowDebugPackageDebugSettings class.
public DataFlowDebugPackageDebugSettings ();
Public Sub New ()
Applies to
DataFlowDebugPackageDebugSettings(IList<DataFlowSourceSetting>, IDictionary<String,Object>, Object)
Initializes a new instance of the DataFlowDebugPackageDebugSettings class.
public DataFlowDebugPackageDebugSettings (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSourceSetting> sourceSettings = default, System.Collections.Generic.IDictionary<string,object> parameters = default, object datasetParameters = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSourceSetting> * System.Collections.Generic.IDictionary<string, obj> * obj -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings
Public Sub New (Optional sourceSettings As IList(Of DataFlowSourceSetting) = Nothing, Optional parameters As IDictionary(Of String, Object) = Nothing, Optional datasetParameters As Object = Nothing)
Parameters
- sourceSettings
- IList<DataFlowSourceSetting>
Source setting for data flow debug.
- parameters
- IDictionary<String,Object>
Data flow parameters.
- datasetParameters
- Object
Parameters for dataset.
Applies to
Azure SDK for .NET