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