Class WranglingDataFlow
java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlow
com.azure.resourcemanager.datafactory.models.WranglingDataFlow
Power Query data flow.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the documentLocale property: Locale of the Power query mashup document.script()
Get the script property: Power query mashup script.sources()
Get the sources property: List of sources in Power Query.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the data flow.withDescription
(String description) Set the description property: The description of the data flow.withDocumentLocale
(String documentLocale) Set the documentLocale property: Locale of the Power query mashup document.withFolder
(DataFlowFolder folder) Set the folder property: The folder that this data flow is in.withScript
(String script) Set the script property: Power query mashup script.withSources
(List<PowerQuerySource> sources) Set the sources property: List of sources in Power Query.Methods inherited from class com.azure.resourcemanager.datafactory.models.DataFlow
annotations, description, folder
-
Constructor Details
-
WranglingDataFlow
public WranglingDataFlow()Creates an instance of WranglingDataFlow class.
-
-
Method Details
-
withDescription
Set the description property: The description of the data flow.- Overrides:
withDescription
in classDataFlow
- Parameters:
description
- the description value to set.- Returns:
- the DataFlow object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the data flow.- Overrides:
withAnnotations
in classDataFlow
- Parameters:
annotations
- the annotations value to set.- Returns:
- the DataFlow object itself.
-
withFolder
Set the folder property: The folder that this data flow is in. If not specified, Data flow will appear at the root level.- Overrides:
withFolder
in classDataFlow
- Parameters:
folder
- the folder value to set.- Returns:
- the DataFlow object itself.
-
sources
Get the sources property: List of sources in Power Query.- Returns:
- the sources value.
-
withSources
Set the sources property: List of sources in Power Query.- Parameters:
sources
- the sources value to set.- Returns:
- the WranglingDataFlow object itself.
-
script
Get the script property: Power query mashup script.- Returns:
- the script value.
-
withScript
Set the script property: Power query mashup script.- Parameters:
script
- the script value to set.- Returns:
- the WranglingDataFlow object itself.
-
documentLocale
Get the documentLocale property: Locale of the Power query mashup document.- Returns:
- the documentLocale value.
-
withDocumentLocale
Set the documentLocale property: Locale of the Power query mashup document.- Parameters:
documentLocale
- the documentLocale value to set.- Returns:
- the WranglingDataFlow object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataFlow
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-