TestDistributionAgentPoolConfigurationWithId

data class TestDistributionAgentPoolConfigurationWithId(@Json(name = "id") val id: String, @Json(name = "name") val name: String, @Json(name = "minimumSize") val minimumSize: Int, @Json(name = "maximumSize") val maximumSize: Int, @Json(name = "orderIndex") val orderIndex: Int, @Json(name = "capabilities") val capabilities: List<String>)

An agent pool configuration.

Parameters

id

The unique identifier of the agent pool.

name

The alias or display name of the agent pool.

minimumSize
maximumSize
orderIndex

The order in which the agent pool is considered for allocation. Lower values are considered first.

capabilities

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard