BuildResourceUsage interface
Represents information about resources used by builds in the system.
Properties
distributed |
The number of build agents. |
paid |
The number of paid private agent slots. |
total |
The total usage. |
xaml |
The number of XAML controllers. |
Property Details
distributedTaskAgents
The number of build agents.
distributedTaskAgents: number
Property Value
number
paidPrivateAgentSlots
The number of paid private agent slots.
paidPrivateAgentSlots: number
Property Value
number
totalUsage
The total usage.
totalUsage: number
Property Value
number
xamlControllers
The number of XAML controllers.
xamlControllers: number
Property Value
number