Package version:

The parameters for a task run request.

interface TaskRunRequest {
    agentPoolName?: string;
    isArchiveEnabled?: boolean;
    logTemplate?: string;
    overrideTaskStepProperties?: OverrideTaskStepProperties;
    taskId: string;
    type: "TaskRunRequest";
}

Hierarchy (view full)

Properties

agentPoolName?: string

The dedicated agent pool for the run.

isArchiveEnabled?: boolean

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

logTemplate?: string

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

overrideTaskStepProperties?: OverrideTaskStepProperties

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

taskId: string

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

type

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