WranglingDataFlow 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
WranglingDataFlow() |
Initializes a new instance of the WranglingDataFlow class. |
WranglingDataFlow(String, IList<Object>, DataFlowFolder, IList<PowerQuerySource>, String, String) |
Initializes a new instance of the WranglingDataFlow class. |
WranglingDataFlow()
Initializes a new instance of the WranglingDataFlow class.
public WranglingDataFlow ();
Public Sub New ()
Applies to
WranglingDataFlow(String, IList<Object>, DataFlowFolder, IList<PowerQuerySource>, String, String)
Initializes a new instance of the WranglingDataFlow class.
public WranglingDataFlow (string description = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder folder = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource> sources = default, string script = default, string documentLocale = default);
new Microsoft.Azure.Management.DataFactory.Models.WranglingDataFlow : string * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource> * string * string -> Microsoft.Azure.Management.DataFactory.Models.WranglingDataFlow
Public Sub New (Optional description As String = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional folder As DataFlowFolder = Nothing, Optional sources As IList(Of PowerQuerySource) = Nothing, Optional script As String = Nothing, Optional documentLocale As String = Nothing)
Parameters
- description
- String
The description of the data flow.
- folder
- DataFlowFolder
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
- sources
- IList<PowerQuerySource>
List of sources in Power Query.
- script
- String
Power query mashup script.
- documentLocale
- String
Locale of the Power query mashup document.
Applies to
Azure SDK for .NET