Class Pipeline
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.Pipeline
A data factory pipeline.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the activities property: List of activities in pipeline.Get the annotations property: List of tags that can be used for describing the Pipeline.Get the concurrency property: The max number of concurrent runs for the pipeline.Get the description property: The description of the pipeline.folder()
Get the folder property: The folder that this Pipeline is in.Get the parameters property: List of parameters for pipeline.policy()
Get the policy property: Pipeline Policy.Get the runDimensions property: Dimensions emitted by Pipeline.void
validate()
Validates the instance.Get the variables property: List of variables for pipeline.withActivities
(List<Activity> activities) Set the activities property: List of activities in pipeline.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Pipeline.withConcurrency
(Integer concurrency) Set the concurrency property: The max number of concurrent runs for the pipeline.withDescription
(String description) Set the description property: The description of the pipeline.withFolder
(PipelineFolder folder) Set the folder property: The folder that this Pipeline is in.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: List of parameters for pipeline.withPolicy
(PipelinePolicy policy) Set the policy property: Pipeline Policy.withRunDimensions
(Map<String, Object> runDimensions) Set the runDimensions property: Dimensions emitted by Pipeline.withVariables
(Map<String, VariableSpecification> variables) Set the variables property: List of variables for pipeline.
-
Constructor Details
-
Pipeline
public Pipeline()Creates an instance of Pipeline class.
-
-
Method Details
-
description
Get the description property: The description of the pipeline.- Returns:
- the description value.
-
withDescription
Set the description property: The description of the pipeline.- Parameters:
description
- the description value to set.- Returns:
- the Pipeline object itself.
-
activities
Get the activities property: List of activities in pipeline.- Returns:
- the activities value.
-
withActivities
Set the activities property: List of activities in pipeline.- Parameters:
activities
- the activities value to set.- Returns:
- the Pipeline object itself.
-
parameters
Get the parameters property: List of parameters for pipeline.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: List of parameters for pipeline.- Parameters:
parameters
- the parameters value to set.- Returns:
- the Pipeline object itself.
-
variables
Get the variables property: List of variables for pipeline.- Returns:
- the variables value.
-
withVariables
Set the variables property: List of variables for pipeline.- Parameters:
variables
- the variables value to set.- Returns:
- the Pipeline object itself.
-
concurrency
Get the concurrency property: The max number of concurrent runs for the pipeline.- Returns:
- the concurrency value.
-
withConcurrency
Set the concurrency property: The max number of concurrent runs for the pipeline.- Parameters:
concurrency
- the concurrency value to set.- Returns:
- the Pipeline object itself.
-
annotations
Get the annotations property: List of tags that can be used for describing the Pipeline.- Returns:
- the annotations value.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the Pipeline.- Parameters:
annotations
- the annotations value to set.- Returns:
- the Pipeline object itself.
-
runDimensions
Get the runDimensions property: Dimensions emitted by Pipeline.- Returns:
- the runDimensions value.
-
withRunDimensions
Set the runDimensions property: Dimensions emitted by Pipeline.- Parameters:
runDimensions
- the runDimensions value to set.- Returns:
- the Pipeline object itself.
-
folder
Get the folder property: The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.- Returns:
- the folder value.
-
withFolder
Set the folder property: The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.- Parameters:
folder
- the folder value to set.- Returns:
- the Pipeline object itself.
-
policy
Get the policy property: Pipeline Policy.- Returns:
- the policy value.
-
withPolicy
Set the policy property: Pipeline Policy.- Parameters:
policy
- the policy value to set.- Returns:
- the Pipeline object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-