RunRequest interface
The request parameters for scheduling a run.
Properties
| agent |
The dedicated agent pool for the run. |
| is |
The value that indicates whether archiving is enabled for the run or not. |
| log |
The template that describes the repository and tag information for run log artifact. |
| type | The discriminator possible values: DockerBuildRequest, FileTaskRunRequest, TaskRunRequest, EncodedTaskRunRequest |
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
The discriminator possible values: DockerBuildRequest, FileTaskRunRequest, TaskRunRequest, EncodedTaskRunRequest
type: string
Property Value
string