interface TaskAgentPoolReference {
    id?: number;
    isHosted?: boolean;
    isLegacy?: boolean;
    name?: string;
    options?: TaskAgentPoolOptions;
    poolType?: TaskAgentPoolType;
    scope?: string;
    size?: number;
}

Hierarchy (View Summary)

Properties

id?: number
isHosted?: boolean

Gets or sets a value indicating whether or not this pool is managed by the service.

isLegacy?: boolean

Determines whether the pool is legacy.

name?: string

Additional pool settings and details

Gets or sets the type of the pool

scope?: string
size?: number

Gets the current size of the pool.