Uses of Class
com.azure.resourcemanager.datafactory.models.PowerQuerySink
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of PowerQuerySink in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionExecutePowerQueryActivityTypeProperties.sinks()
Get the sinks property: (Deprecated.Modifier and TypeMethodDescriptionExecutePowerQueryActivityTypeProperties.withSinks
(Map<String, PowerQuerySink> sinks) Set the sinks property: (Deprecated. -
Uses of PowerQuerySink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPowerQuerySink.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.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.Modifier and TypeMethodDescriptionPowerQuerySinkMapping.dataflowSinks()
Get the dataflowSinks property: List of sinks mapped to Power Query mashup query.ExecuteWranglingDataflowActivity.sinks()
Get the sinks property: (Deprecated.Modifier and TypeMethodDescriptionPowerQuerySinkMapping.withDataflowSinks
(List<PowerQuerySink> dataflowSinks) Set the dataflowSinks property: List of sinks mapped to Power Query mashup query.ExecuteWranglingDataflowActivity.withSinks
(Map<String, PowerQuerySink> sinks) Set the sinks property: (Deprecated.