Class PowerQuerySource
java.lang.Object
com.azure.resourcemanager.datafactory.models.Transformation
com.azure.resourcemanager.datafactory.models.DataFlowSource
com.azure.resourcemanager.datafactory.models.PowerQuerySource
Power query source.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionscript()
Get the script property: source script.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.withScript
(String script) Set the script property: source script.Methods inherited from class com.azure.resourcemanager.datafactory.models.DataFlowSource
schemaLinkedService
Methods inherited from class com.azure.resourcemanager.datafactory.models.Transformation
dataset, description, flowlet, linkedService, name
-
Constructor Details
-
PowerQuerySource
public PowerQuerySource()Creates an instance of PowerQuerySource class.
-
-
Method Details
-
script
Get the script property: source script.- Returns:
- the script value.
-
withScript
Set the script property: source script.- Parameters:
script
- the script value to set.- Returns:
- the PowerQuerySource object itself.
-
withSchemaLinkedService
Set the schemaLinkedService property: Schema linked service reference.- Overrides:
withSchemaLinkedService
in classDataFlowSource
- Parameters:
schemaLinkedService
- the schemaLinkedService value to set.- Returns:
- the DataFlowSource object itself.
-
withName
Set the name property: Transformation name.- Overrides:
withName
in classDataFlowSource
- Parameters:
name
- the name value to set.- Returns:
- the Transformation object itself.
-
withDescription
Set the description property: Transformation description.- Overrides:
withDescription
in classDataFlowSource
- Parameters:
description
- the description value to set.- Returns:
- the Transformation object itself.
-
withDataset
Set the dataset property: Dataset reference.- Overrides:
withDataset
in classDataFlowSource
- Parameters:
dataset
- the dataset value to set.- Returns:
- the Transformation object itself.
-
withLinkedService
Set the linkedService property: Linked service reference.- Overrides:
withLinkedService
in classDataFlowSource
- Parameters:
linkedService
- the linkedService value to set.- Returns:
- the Transformation object itself.
-
withFlowlet
Set the flowlet property: Flowlet Reference.- Overrides:
withFlowlet
in classDataFlowSource
- Parameters:
flowlet
- the flowlet value to set.- Returns:
- the Transformation object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataFlowSource
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-