Represents a reference to an agent pool.

interface TaskAgentPoolReference {
    id?: number;
    isHosted?: boolean;
    name?: string;
}

Properties

Properties

id?: number

The pool ID.

isHosted?: boolean

A value indicating whether or not this pool is managed by the service.

name?: string

The pool name.