TestDistributionAgentPoolConfiguration

constructor(@Json(name = "name") name: String, @Json(name = "minimumSize") minimumSize: Int, @Json(name = "maximumSize") maximumSize: Int, @Json(name = "capabilities") capabilities: List<String>, @Json(name = "orderIndex") orderIndex: Int? = null)

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.