Package version:

Properties that are enabled for Odata querying on runs.

interface RunFilter {
    agentPoolName?: string;
    createTime?: any;
    finishTime?: any;
    isArchiveEnabled?: boolean;
    outputImageManifests?: string;
    runId?: string;
    runType?: string;
    status?: string;
    taskName?: string;
}

Properties

agentPoolName?: string

The name of the agent pool that the run corresponds to.

createTime?: any

The create time for a run.

finishTime?: any

The time the run finished.

isArchiveEnabled?: boolean

The value that indicates whether archiving is enabled or not.

outputImageManifests?: string

The list of comma-separated image manifests that were generated from the run. This is applicable if the run is of build type.

runId?: string

The unique identifier for the run.

runType?: string

The type of run.

status?: string

The current status of the run.

taskName?: string

The name of the task that the run corresponds to.