Class DataFlowSource
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.Transformation
-
- com.azure.resourcemanager.datafactory.models.DataFlowSource
-
- Direct Known Subclasses:
PowerQuerySource
public class DataFlowSource extends Transformation
Transformation for data flow source.
-
-
Constructor Summary
Constructors Constructor Description DataFlowSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedServiceReference
schemaLinkedService()
Get the schemaLinkedService property: Schema linked service reference.void
validate()
Validates the instance.DataFlowSource
withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.DataFlowSource
withDescription(String description)
Set the description property: Transformation description.DataFlowSource
withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.DataFlowSource
withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.DataFlowSource
withName(String name)
Set the name property: Transformation name.DataFlowSource
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 DataFlowSource withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.- Parameters:
schemaLinkedService
- the schemaLinkedService value to set.- Returns:
- the DataFlowSource object itself.
-
withName
public DataFlowSource 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 DataFlowSource 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 DataFlowSource 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 DataFlowSource 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 DataFlowSource 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.
-
-