RunRequest interface

The request parameters for scheduling a run.

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.

type

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

Property Details

agentPoolName

The dedicated agent pool for the run.

agentPoolName?: string

Property Value

string

isArchiveEnabled

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

isArchiveEnabled?: boolean

Property Value

boolean

logTemplate

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

logTemplate?: string

Property Value

string

type

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

type: "DockerBuildRequest" | "EncodedTaskRunRequest" | "FileTaskRunRequest" | "TaskRunRequest"

Property Value

"DockerBuildRequest" | "EncodedTaskRunRequest" | "FileTaskRunRequest" | "TaskRunRequest"