Package version:

The request parameters for scheduling a run.

interface RunRequest {
    agentPoolName?: string;
    isArchiveEnabled?: boolean;
    logTemplate?: string;
    type:
        | "DockerBuildRequest"
        | "FileTaskRunRequest"
        | "TaskRunRequest"
        | "EncodedTaskRunRequest";
}

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.

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

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