Get Agent Pool Result
data class GetAgentPoolResult(val count: Int? = null, val id: String, val location: String, val name: String, val os: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tier: String? = null, val type: String, val virtualNetworkSubnetResourceId: String? = null)
The agentpool that has the ARM resource and properties. The agentpool will have all information to create an agent pool.