Get Build Service Agent Pool Result
data class GetBuildServiceAgentPoolResult(val azureApiVersion: String, val id: String, val name: String, val properties: BuildServiceAgentPoolPropertiesResponse, val systemData: SystemDataResponse, val type: String)
The build service agent pool resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: BuildServiceAgentPoolPropertiesResponse, systemData: SystemDataResponse, type: String)