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