Class PowerQuerySinkMapping
java.lang.Object
com.azure.resourcemanager.datafactory.models.PowerQuerySinkMapping
Map Power Query mashup query to sink dataset(s).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataflowSinks property: List of sinks mapped to Power Query mashup query.Get the queryName property: Name of the query in Power Query mashup document.void
validate()
Validates the instance.withDataflowSinks
(List<PowerQuerySink> dataflowSinks) Set the dataflowSinks property: List of sinks mapped to Power Query mashup query.withQueryName
(String queryName) Set the queryName property: Name of the query in Power Query mashup document.
-
Constructor Details
-
PowerQuerySinkMapping
public PowerQuerySinkMapping()Creates an instance of PowerQuerySinkMapping class.
-
-
Method Details
-
queryName
Get the queryName property: Name of the query in Power Query mashup document.- Returns:
- the queryName value.
-
withQueryName
Set the queryName property: Name of the query in Power Query mashup document.- Parameters:
queryName
- the queryName value to set.- Returns:
- the PowerQuerySinkMapping object itself.
-
dataflowSinks
Get the dataflowSinks property: List of sinks mapped to Power Query mashup query.- Returns:
- the dataflowSinks value.
-
withDataflowSinks
Set the dataflowSinks property: List of sinks mapped to Power Query mashup query.- Parameters:
dataflowSinks
- the dataflowSinks value to set.- Returns:
- the PowerQuerySinkMapping object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-