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