PipelineStageArgs

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

Stage configurations for all Pipeline processing and output stages.

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

Description for stage.

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

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

Link copied to clipboard
val type: Output<String>

ARM resource type.

Functions

Link copied to clipboard
open override fun toJava(): PipelineStageArgs