DataFlowSink Constructors

Definition

Overloads

DataFlowSink()

Initializes a new instance of the DataFlowSink class.

DataFlowSink(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink class.

DataFlowSink(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink class.

DataFlowSink(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink class.

DataFlowSink()

Initializes a new instance of the DataFlowSink class.

public DataFlowSink ();
Public Sub New ()

Applies to

DataFlowSink(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink class.

public DataFlowSink (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.DataFlowSink : 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.DataFlowSink
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

DataFlowSink(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink class.

public DataFlowSink (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.DataFlowSink : 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.DataFlowSink
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

DataFlowSink(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink class.

public DataFlowSink (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, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference rejectedDataLinkedService = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowSink : 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.LinkedServiceReference -> Microsoft.Azure.Management.DataFactory.Models.DataFlowSink
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, Optional rejectedDataLinkedService 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.

rejectedDataLinkedService
LinkedServiceReference

Rejected data linked service reference.

Applies to