Flowlet 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
Flowlet() |
Initializes a new instance of the Flowlet class. |
Flowlet(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>) |
Initializes a new instance of the Flowlet class. |
Flowlet()
Initializes a new instance of the Flowlet class.
public Flowlet ();
Public Sub New ()
Applies to
Flowlet(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>)
Initializes a new instance of the Flowlet class.
public Flowlet (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.DataFlowSource> sources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSink> sinks = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Transformation> transformations = default, string script = default, System.Collections.Generic.IList<string> scriptLines = default);
new Microsoft.Azure.Management.DataFactory.Models.Flowlet : string * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSink> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Transformation> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataFactory.Models.Flowlet
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 DataFlowSource) = Nothing, Optional sinks As IList(Of DataFlowSink) = Nothing, Optional transformations As IList(Of Transformation) = Nothing, Optional script As String = Nothing, Optional scriptLines As IList(Of 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<DataFlowSource>
List of sources in Flowlet.
- sinks
- IList<DataFlowSink>
List of sinks in Flowlet.
- transformations
- IList<Transformation>
List of transformations in Flowlet.
- script
- String
Flowlet script.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET