Uses of Class
com.azure.resourcemanager.datafactory.models.WranglingDataFlow
-
Packages that use WranglingDataFlow Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of WranglingDataFlow in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return WranglingDataFlow Modifier and Type Method Description WranglingDataFlow
WranglingDataFlow. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow.WranglingDataFlow
WranglingDataFlow. withDescription(String description)
Set the description property: The description of the data flow.WranglingDataFlow
WranglingDataFlow. withDocumentLocale(String documentLocale)
Set the documentLocale property: Locale of the Power query mashup document.WranglingDataFlow
WranglingDataFlow. withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in.WranglingDataFlow
WranglingDataFlow. withScript(String script)
Set the script property: Power query mashup script.WranglingDataFlow
WranglingDataFlow. withSources(List<PowerQuerySource> sources)
Set the sources property: List of sources in Power Query.
-