Get Agent Pool Result
data class GetAgentPoolResult(val availabilityZones: List<String>? = null, val cloudProviderProfile: CloudProviderProfileResponse? = null, val count: Int? = null, val extendedLocation: AgentPoolResponseExtendedLocation? = null, val id: String, val location: String? = null, val maxCount: Int? = null, val maxPods: Int? = null, val minCount: Int? = null, val mode: String? = null, val name: String, val nodeImageVersion: String? = null, val nodeLabels: Map<String, String>? = null, val nodeTaints: List<String>? = null, val osType: String? = null, val provisioningState: String, val status: AgentPoolProvisioningStatusResponseStatus? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vmSize: String? = null)
The agentPool resource definition
Constructors
Link copied to clipboard
fun GetAgentPoolResult(availabilityZones: List<String>? = null, cloudProviderProfile: CloudProviderProfileResponse? = null, count: Int? = null, extendedLocation: AgentPoolResponseExtendedLocation? = null, id: String, location: String? = null, maxCount: Int? = null, maxPods: Int? = null, minCount: Int? = null, mode: String? = null, name: String, nodeImageVersion: String? = null, nodeLabels: Map<String, String>? = null, nodeTaints: List<String>? = null, osType: String? = null, provisioningState: String, status: AgentPoolProvisioningStatusResponseStatus? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmSize: String? = null)