TaskRunRequestArgs

data class TaskRunRequestArgs(val agentPoolName: Output<String>? = null, val isArchiveEnabled: Output<Boolean>? = null, val logTemplate: Output<String>? = null, val overrideTaskStepProperties: Output<OverrideTaskStepPropertiesArgs>? = null, val taskId: Output<String>, val type: Output<String>) : ConvertibleToJava<TaskRunRequestArgs>

The parameters for a task run request.

Constructors

Link copied to clipboard
constructor(agentPoolName: Output<String>? = null, isArchiveEnabled: Output<Boolean>? = null, logTemplate: Output<String>? = null, overrideTaskStepProperties: Output<OverrideTaskStepPropertiesArgs>? = null, taskId: Output<String>, type: Output<String>)

Properties

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

The dedicated agent pool for the run.

Link copied to clipboard
val isArchiveEnabled: Output<Boolean>? = null

The value that indicates whether archiving is enabled for the run or not.

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

The template that describes the repository and tag information for run log artifact.

Link copied to clipboard

Set of overridable parameters that can be passed when running a Task.

Link copied to clipboard
val taskId: Output<String>

The resource ID of task against which run has to be queued.

Link copied to clipboard
val type: Output<String>

The type of the run request. Expected value is 'TaskRunRequest'.

Functions

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