PipelineResource Class

public class PipelineResource
extends SubResource

Pipeline resource type.

Constructor Summary

Constructor Description
PipelineResource()

Creates an instance of PipelineResource class.

Method Summary

Modifier and Type Method and Description
List<Activity> getActivities()

Get the activities property: List of activities in pipeline.

Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Pipeline resource type.

List<Object> getAnnotations()

Get the annotations property: List of tags that can be used for describing the Pipeline.

Integer getConcurrency()

Get the concurrency property: The max number of concurrent runs for the pipeline.

String getDescription()

Get the description property: The description of the pipeline.

PipelineFolder getFolder()

Get the folder property: The folder that this Pipeline is in.

Map<String,ParameterSpecification> getParameters()

Get the parameters property: List of parameters for pipeline.

Map<String,Object> getRunDimensions()

Get the runDimensions property: Dimensions emitted by Pipeline.

Map<String,VariableSpecification> getVariables()

Get the variables property: List of variables for pipeline.

PipelineResource setActivities(List<Activity> activities)

Set the activities property: List of activities in pipeline.

PipelineResource setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Pipeline resource type.

PipelineResource setAnnotations(List<Object> annotations)

Set the annotations property: List of tags that can be used for describing the Pipeline.

PipelineResource setConcurrency(Integer concurrency)

Set the concurrency property: The max number of concurrent runs for the pipeline.

PipelineResource setDescription(String description)

Set the description property: The description of the pipeline.

PipelineResource setFolder(PipelineFolder folder)

Set the folder property: The folder that this Pipeline is in.

PipelineResource setParameters(Map<String,ParameterSpecification> parameters)

Set the parameters property: List of parameters for pipeline.

PipelineResource setRunDimensions(Map<String,Object> runDimensions)

Set the runDimensions property: Dimensions emitted by Pipeline.

PipelineResource setVariables(Map<String,VariableSpecification> variables)

Set the variables property: List of variables for pipeline.

Methods inherited from AzureEntityResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

PipelineResource

public PipelineResource()

Creates an instance of PipelineResource class.

Method Details

getActivities

public List getActivities()

Get the activities property: List of activities in pipeline.

Returns:

the activities value.

getAdditionalProperties

public Map getAdditionalProperties()

Get the additionalProperties property: Pipeline resource type.

Returns:

the additionalProperties value.

getAnnotations

public List getAnnotations()

Get the annotations property: List of tags that can be used for describing the Pipeline.

Returns:

the annotations value.

getConcurrency

public Integer getConcurrency()

Get the concurrency property: The max number of concurrent runs for the pipeline.

Returns:

the concurrency value.

getDescription

public String getDescription()

Get the description property: The description of the pipeline.

Returns:

the description value.

getFolder

public PipelineFolder getFolder()

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.

getParameters

public Map getParameters()

Get the parameters property: List of parameters for pipeline.

Returns:

the parameters value.

getRunDimensions

public Map getRunDimensions()

Get the runDimensions property: Dimensions emitted by Pipeline.

Returns:

the runDimensions value.

getVariables

public Map getVariables()

Get the variables property: List of variables for pipeline.

Returns:

the variables value.

setActivities

public PipelineResource setActivities(List activities)

Set the activities property: List of activities in pipeline.

Parameters:

activities - the activities value to set.

Returns:

the PipelineResource object itself.

setAdditionalProperties

public PipelineResource setAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Pipeline resource type.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the PipelineResource object itself.

setAnnotations

public PipelineResource setAnnotations(List annotations)

Set the annotations property: List of tags that can be used for describing the Pipeline.

Parameters:

annotations - the annotations value to set.

Returns:

the PipelineResource object itself.

setConcurrency

public PipelineResource setConcurrency(Integer concurrency)

Set the concurrency property: The max number of concurrent runs for the pipeline.

Parameters:

concurrency - the concurrency value to set.

Returns:

the PipelineResource object itself.

setDescription

public PipelineResource setDescription(String description)

Set the description property: The description of the pipeline.

Parameters:

description - the description value to set.

Returns:

the PipelineResource object itself.

setFolder

public PipelineResource setFolder(PipelineFolder folder)

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 PipelineResource object itself.

setParameters

public PipelineResource setParameters(Map parameters)

Set the parameters property: List of parameters for pipeline.

Parameters:

parameters - the parameters value to set.

Returns:

the PipelineResource object itself.

setRunDimensions

public PipelineResource setRunDimensions(Map runDimensions)

Set the runDimensions property: Dimensions emitted by Pipeline.

Parameters:

runDimensions - the runDimensions value to set.

Returns:

the PipelineResource object itself.

setVariables

public PipelineResource setVariables(Map variables)

Set the variables property: List of variables for pipeline.

Parameters:

variables - the variables value to set.

Returns:

the PipelineResource object itself.

Applies to