Named Agent Pool Profile Response
data class NamedAgentPoolProfileResponse(val availabilityZones: List<String>? = null, val cloudProviderProfile: CloudProviderProfileResponse? = null, val count: Int? = null, val maxCount: Int? = null, val maxPods: Int? = null, val minCount: Int? = null, val mode: String? = null, val name: String? = null, val nodeImageVersion: String? = null, val nodeLabels: Map<String, String>? = null, val nodeTaints: List<String>? = null, val osType: String? = null, val vmSize: String? = null)
Agent pool profile along with a name parameter
Constructors
Link copied to clipboard
fun NamedAgentPoolProfileResponse(availabilityZones: List<String>? = null, cloudProviderProfile: CloudProviderProfileResponse? = null, count: Int? = null, maxCount: Int? = null, maxPods: Int? = null, minCount: Int? = null, mode: String? = null, name: String? = null, nodeImageVersion: String? = null, nodeLabels: Map<String, String>? = null, nodeTaints: List<String>? = null, osType: String? = null, vmSize: String? = null)