GetPipelineResult

data class GetPipelineResult(val activities: List<Any>? = null, val annotations: List<Any>? = null, val azureApiVersion: String, val concurrency: Int? = null, val description: String? = null, val etag: String, val folder: PipelineResponseFolder? = null, val id: String, val name: String, val parameters: Map<String, ParameterSpecificationResponse>? = null, val policy: PipelinePolicyResponse? = null, val runDimensions: Map<String, Any>? = null, val type: String, val variables: Map<String, VariableSpecificationResponse>? = null)

Pipeline resource type.

Constructors

Link copied to clipboard
constructor(activities: List<Any>? = null, annotations: List<Any>? = null, azureApiVersion: String, concurrency: Int? = null, description: String? = null, etag: String, folder: PipelineResponseFolder? = null, id: String, name: String, parameters: Map<String, ParameterSpecificationResponse>? = null, policy: PipelinePolicyResponse? = null, runDimensions: Map<String, Any>? = null, type: String, variables: Map<String, VariableSpecificationResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activities: List<Any>? = null

List of activities in pipeline.

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the Pipeline.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val concurrency: Int? = null

The max number of concurrent runs for the pipeline.

Link copied to clipboard
val description: String? = null

The description of the pipeline.

Link copied to clipboard

Etag identifies change in the resource.

Link copied to clipboard

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The resource name.

Link copied to clipboard

List of parameters for pipeline.

Link copied to clipboard

Pipeline Policy.

Link copied to clipboard
val runDimensions: Map<String, Any>? = null

Dimensions emitted by Pipeline.

Link copied to clipboard

The resource type.

Link copied to clipboard

List of variables for pipeline.