Bagikan melalui


WranglingDataFlow Constructors

Definition

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.

annotations
IList<Object>

List of tags that can be used for describing 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