PipelineStageResponse

data class PipelineStageResponse(val description: String? = null, val next: List<String>? = null, val type: String)

Stage configurations for all Pipeline processing and output stages.

Constructors

Link copied to clipboard
constructor(description: String? = null, next: List<String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description for stage.

Link copied to clipboard
val next: List<String>? = null

Next stage in the pipeline. Not required if output stage.

Link copied to clipboard

ARM resource type.