TestDistributionAgentPoolConfiguration
data class TestDistributionAgentPoolConfiguration( @Json(name = "name") val name: String, @Json(name = "minimumSize") val minimumSize: Int, @Json(name = "maximumSize") val maximumSize: Int, @Json(name = "capabilities") val capabilities: List<String>, @Json(name = "orderIndex") val orderIndex: Int? = null)
An agent pool configuration.
Parameters
name
The alias or display name of the agent pool.
minimumSize
maximumSize
capabilities
orderIndex
The order in which the agent pool is considered for allocation. Lower values are considered first.