Represents a queue for running builds.

interface AgentPoolQueue {
    _links?: any;
    id?: number;
    name?: string;
    pool?: TaskAgentPoolReference;
    url?: string;
}

Properties

_links?: any
id?: number

The ID of the queue.

name?: string

The name of the queue.

The pool used by this queue.

url?: string

The full http link to the resource.