Class DataFlowSink
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.Transformation
-
- com.azure.resourcemanager.datafactory.models.DataFlowSink
-
- Direct Known Subclasses:
PowerQuerySink
public class DataFlowSink extends Transformation
Transformation for data flow sink.
-
-
Constructor Summary
Constructors Constructor Description DataFlowSink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedServiceReference
rejectedDataLinkedService()
Get the rejectedDataLinkedService property: Rejected data linked service reference.LinkedServiceReference
schemaLinkedService()
Get the schemaLinkedService property: Schema linked service reference.void
validate()
Validates the instance.DataFlowSink
withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.DataFlowSink
withDescription(String description)
Set the description property: Transformation description.DataFlowSink
withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.DataFlowSink
withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.DataFlowSink
withName(String name)
Set the name property: Transformation name.DataFlowSink
withRejectedDataLinkedService(LinkedServiceReference rejectedDataLinkedService)
Set the rejectedDataLinkedService property: Rejected data linked service reference.DataFlowSink
withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.Transformation
dataset, description, flowlet, linkedService, name
-
-
-
-
Method Detail
-
schemaLinkedService
public LinkedServiceReference schemaLinkedService()
Get the schemaLinkedService property: Schema linked service reference.- Returns:
- the schemaLinkedService value.
-
withSchemaLinkedService
public DataFlowSink withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.- Parameters:
schemaLinkedService
- the schemaLinkedService value to set.- Returns:
- the DataFlowSink object itself.
-
rejectedDataLinkedService
public LinkedServiceReference rejectedDataLinkedService()
Get the rejectedDataLinkedService property: Rejected data linked service reference.- Returns:
- the rejectedDataLinkedService value.
-
withRejectedDataLinkedService
public DataFlowSink withRejectedDataLinkedService(LinkedServiceReference rejectedDataLinkedService)
Set the rejectedDataLinkedService property: Rejected data linked service reference.- Parameters:
rejectedDataLinkedService
- the rejectedDataLinkedService value to set.- Returns:
- the DataFlowSink object itself.
-
withName
public DataFlowSink withName(String name)
Set the name property: Transformation name.- Overrides:
withName
in classTransformation
- Parameters:
name
- the name value to set.- Returns:
- the Transformation object itself.
-
withDescription
public DataFlowSink withDescription(String description)
Set the description property: Transformation description.- Overrides:
withDescription
in classTransformation
- Parameters:
description
- the description value to set.- Returns:
- the Transformation object itself.
-
withDataset
public DataFlowSink withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.- Overrides:
withDataset
in classTransformation
- Parameters:
dataset
- the dataset value to set.- Returns:
- the Transformation object itself.
-
withLinkedService
public DataFlowSink withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.- Overrides:
withLinkedService
in classTransformation
- Parameters:
linkedService
- the linkedService value to set.- Returns:
- the Transformation object itself.
-
withFlowlet
public DataFlowSink withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.- Overrides:
withFlowlet
in classTransformation
- Parameters:
flowlet
- the flowlet value to set.- Returns:
- the Transformation object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classTransformation
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-