ClusterPoolResourcePropertiesResponseComputeProfile

data class ClusterPoolResourcePropertiesResponseComputeProfile(val availabilityZones: List<String>? = null, val count: Int, val vmSize: String)

CLuster pool compute profile.

Constructors

constructor(availabilityZones: List<String>? = null, count: Int, vmSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Availability zones to use for AKS VMSS nodes.

Link copied to clipboard
val count: Int

The number of virtual machines.

Link copied to clipboard

The virtual machine SKU.