DataFlowSource 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
DataFlowSource() |
Initializes a new instance of the DataFlowSource class. |
DataFlowSource(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSource class. |
DataFlowSource(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSource class. |
DataFlowSource(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSource class. |
DataFlowSource()
Initializes a new instance of the DataFlowSource class.
public DataFlowSource ();
Public Sub New ()
Applies to
DataFlowSource(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference)
Initializes a new instance of the DataFlowSource class.
public DataFlowSource (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedService = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference schemaLinkedService = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowSource : string * string * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference -> Microsoft.Azure.Management.DataFactory.Models.DataFlowSource
Public Sub New (name As String, Optional description As String = Nothing, Optional dataset As DatasetReference = Nothing, Optional linkedService As LinkedServiceReference = Nothing, Optional schemaLinkedService As LinkedServiceReference = Nothing)
Parameters
- name
- String
Transformation name.
- description
- String
Transformation description.
- dataset
- DatasetReference
Dataset reference.
- linkedService
- LinkedServiceReference
Linked service reference.
- schemaLinkedService
- LinkedServiceReference
Schema linked service reference.
Applies to
DataFlowSource(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference)
Initializes a new instance of the DataFlowSource class.
public DataFlowSource (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference flowlet = default, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedService = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference schemaLinkedService = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowSource : string * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference -> Microsoft.Azure.Management.DataFactory.Models.DataFlowSource
Public Sub New (name As String, Optional description As String = Nothing, Optional flowlet As DataFlowReference = Nothing, Optional dataset As DatasetReference = Nothing, Optional linkedService As LinkedServiceReference = Nothing, Optional schemaLinkedService As LinkedServiceReference = Nothing)
Parameters
- name
- String
Transformation name.
- description
- String
Transformation description.
- flowlet
- DataFlowReference
Flowlet Reference
- dataset
- DatasetReference
Dataset reference.
- linkedService
- LinkedServiceReference
Linked service reference.
- schemaLinkedService
- LinkedServiceReference
Schema linked service reference.
Applies to
DataFlowSource(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference)
Initializes a new instance of the DataFlowSource class.
public DataFlowSource (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedService = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference flowlet = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference schemaLinkedService = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowSource : string * string * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference -> Microsoft.Azure.Management.DataFactory.Models.DataFlowSource
Public Sub New (name As String, Optional description As String = Nothing, Optional dataset As DatasetReference = Nothing, Optional linkedService As LinkedServiceReference = Nothing, Optional flowlet As DataFlowReference = Nothing, Optional schemaLinkedService As LinkedServiceReference = Nothing)
Parameters
- name
- String
Transformation name.
- description
- String
Transformation description.
- dataset
- DatasetReference
Dataset reference.
- linkedService
- LinkedServiceReference
Linked service reference.
- flowlet
- DataFlowReference
Flowlet Reference
- schemaLinkedService
- LinkedServiceReference
Schema linked service reference.
Applies to
Azure SDK for .NET