GetAgentPoolResult

constructor(availabilityZones: List<String>? = null, azureApiVersion: String, 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)