Test Distribution Agent Pool Status
constructor(@Json(name = "id" ) id: String, @Json(name = "name" ) name: String, @Json(name = "minimumSize" ) minimumSize: Int, @Json(name = "maximumSize" ) maximumSize: Int, @Json(name = "connectedAgents" ) connectedAgents: Int, @Json(name = "idleAgents" ) idleAgents: Int, @Json(name = "desiredAgents" ) desiredAgents: Int)
Parameters
id
The unique identifier of the agent pool.
name
The alias or display name of the agent pool.
minimum Size
maximum Size
connected Agents
idle Agents
desired Agents