Class MappingDataFlow
java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlow
com.azure.resourcemanager.datafactory.models.MappingDataFlow
Mapping data flow.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionscript()
Get the script property: DataFlow script.Get the scriptLines property: Data flow script lines.sinks()
Get the sinks property: List of sinks in data flow.sources()
Get the sources property: List of sources in data flow.Get the transformations property: List of transformations in data flow.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.withFolder
(DataFlowFolder folder) Set the folder property: The folder that this data flow is in.withScript
(String script) Set the script property: DataFlow script.withScriptLines
(List<String> scriptLines) Set the scriptLines property: Data flow script lines.withSinks
(List<DataFlowSink> sinks) Set the sinks property: List of sinks in data flow.withSources
(List<DataFlowSource> sources) Set the sources property: List of sources in data flow.withTransformations
(List<Transformation> transformations) Set the transformations property: List of transformations in data flow.Methods inherited from class com.azure.resourcemanager.datafactory.models.DataFlow
annotations, description, folder
-
Constructor Details
-
MappingDataFlow
public MappingDataFlow()Creates an instance of MappingDataFlow 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 data flow.- Returns:
- the sources value.
-
withSources
Set the sources property: List of sources in data flow.- Parameters:
sources
- the sources value to set.- Returns:
- the MappingDataFlow object itself.
-
sinks
Get the sinks property: List of sinks in data flow.- Returns:
- the sinks value.
-
withSinks
Set the sinks property: List of sinks in data flow.- Parameters:
sinks
- the sinks value to set.- Returns:
- the MappingDataFlow object itself.
-
transformations
Get the transformations property: List of transformations in data flow.- Returns:
- the transformations value.
-
withTransformations
Set the transformations property: List of transformations in data flow.- Parameters:
transformations
- the transformations value to set.- Returns:
- the MappingDataFlow object itself.
-
script
Get the script property: DataFlow script.- Returns:
- the script value.
-
withScript
Set the script property: DataFlow script.- Parameters:
script
- the script value to set.- Returns:
- the MappingDataFlow object itself.
-
scriptLines
Get the scriptLines property: Data flow script lines.- Returns:
- the scriptLines value.
-
withScriptLines
Set the scriptLines property: Data flow script lines.- Parameters:
scriptLines
- the scriptLines value to set.- Returns:
- the MappingDataFlow object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDataFlow
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-