Uses of Class
com.azure.resourcemanager.datafactory.models.PowerQuerySource
-
Packages that use PowerQuerySource Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PowerQuerySource in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type PowerQuerySource Modifier and Type Method Description List<PowerQuerySource>
PowerQueryTypeProperties. sources()
Get the sources property: List of sources in Power Query.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type PowerQuerySource Modifier and Type Method Description PowerQueryTypeProperties
PowerQueryTypeProperties. withSources(List<PowerQuerySource> sources)
Set the sources property: List of sources in Power Query. -
Uses of PowerQuerySource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PowerQuerySource Modifier and Type Method Description PowerQuerySource
PowerQuerySource. withDataset(DatasetReference dataset)
Set the dataset property: Dataset reference.PowerQuerySource
PowerQuerySource. withDescription(String description)
Set the description property: Transformation description.PowerQuerySource
PowerQuerySource. withFlowlet(DataFlowReference flowlet)
Set the flowlet property: Flowlet Reference.PowerQuerySource
PowerQuerySource. withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.PowerQuerySource
PowerQuerySource. withName(String name)
Set the name property: Transformation name.PowerQuerySource
PowerQuerySource. withSchemaLinkedService(LinkedServiceReference schemaLinkedService)
Set the schemaLinkedService property: Schema linked service reference.PowerQuerySource
PowerQuerySource. withScript(String script)
Set the script property: source script.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PowerQuerySource Modifier and Type Method Description List<PowerQuerySource>
WranglingDataFlow. sources()
Get the sources property: List of sources in Power Query.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type PowerQuerySource Modifier and Type Method Description WranglingDataFlow
WranglingDataFlow. withSources(List<PowerQuerySource> sources)
Set the sources property: List of sources in Power Query.
-