Class WranglingDataFlow
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DataFlow
-
- com.azure.resourcemanager.datafactory.models.WranglingDataFlow
-
public final class WranglingDataFlow extends DataFlow
Power Query data flow.
-
-
Constructor Summary
Constructors Constructor Description WranglingDataFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
documentLocale()
Get the documentLocale property: Locale of the Power query mashup document.String
script()
Get the script property: Power query mashup script.List<PowerQuerySource>
sources()
Get the sources property: List of sources in Power Query.void
validate()
Validates the instance.WranglingDataFlow
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.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.DataFlow
annotations, description, folder
-
-
-
-
Method Detail
-
withDescription
public WranglingDataFlow withDescription(String description)
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
public WranglingDataFlow withAnnotations(List<Object> annotations)
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
public WranglingDataFlow withFolder(DataFlowFolder folder)
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
public List<PowerQuerySource> sources()
Get the sources property: List of sources in Power Query.- Returns:
- the sources value.
-
withSources
public WranglingDataFlow withSources(List<PowerQuerySource> sources)
Set the sources property: List of sources in Power Query.- Parameters:
sources
- the sources value to set.- Returns:
- the WranglingDataFlow object itself.
-
script
public String script()
Get the script property: Power query mashup script.- Returns:
- the script value.
-
withScript
public WranglingDataFlow withScript(String script)
Set the script property: Power query mashup script.- Parameters:
script
- the script value to set.- Returns:
- the WranglingDataFlow object itself.
-
documentLocale
public String documentLocale()
Get the documentLocale property: Locale of the Power query mashup document.- Returns:
- the documentLocale value.
-
withDocumentLocale
public WranglingDataFlow withDocumentLocale(String documentLocale)
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.
-
-