EncodedTaskStepArgs

data class EncodedTaskStepArgs(val contextAccessToken: Output<String>? = null, val contextPath: Output<String>? = null, val encodedTaskContent: Output<String>, val encodedValuesContent: Output<String>? = null, val type: Output<String>, val values: Output<List<SetValueArgs>>? = null) : ConvertibleToJava<EncodedTaskStepArgs>

The properties of a encoded task step.

Constructors

Link copied to clipboard
constructor(contextAccessToken: Output<String>? = null, contextPath: Output<String>? = null, encodedTaskContent: Output<String>, encodedValuesContent: Output<String>? = null, type: Output<String>, values: Output<List<SetValueArgs>>? = null)

Properties

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

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

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

The URL(absolute or relative) of the source context for the task step.

Link copied to clipboard

Base64 encoded value of the template/definition file content.

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

Base64 encoded value of the parameters/values file content.

Link copied to clipboard
val type: Output<String>

The type of the step. Expected value is 'EncodedTask'.

Link copied to clipboard
val values: Output<List<SetValueArgs>>? = null

The collection of overridable values that can be passed when running a task.

Functions

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