TaskRunRequest interface

The parameters for a task run request.

Extends

Properties

overrideTaskStepProperties

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

taskId

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

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

agentPoolName

The dedicated agent pool for the run.

isArchiveEnabled

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

logTemplate

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

Property Details

overrideTaskStepProperties

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

overrideTaskStepProperties?: OverrideTaskStepProperties

Property Value

taskId

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

taskId: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "TaskRunRequest"

Property Value

"TaskRunRequest"

Inherited Property Details

agentPoolName

The dedicated agent pool for the run.

agentPoolName?: string

Property Value

string

Inherited From RunRequest.agentPoolName

isArchiveEnabled

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

isArchiveEnabled?: boolean

Property Value

boolean

Inherited From RunRequest.isArchiveEnabled

logTemplate

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

logTemplate?: string

Property Value

string

Inherited From RunRequest.logTemplate