TaskRunRequestResponse

data class TaskRunRequestResponse(val agentPoolName: String? = null, val isArchiveEnabled: Boolean? = null, val logTemplate: String? = null, val overrideTaskStepProperties: OverrideTaskStepPropertiesResponse? = null, val taskId: String, val type: String)

The parameters for a task run request.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentPoolName: String? = null

The dedicated agent pool for the run.

Link copied to clipboard

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

Link copied to clipboard
val logTemplate: 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

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

Link copied to clipboard

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