Package version:

Interface ClusterPoolResourcePropertiesComputeProfile

CLuster pool compute profile.

interface ClusterPoolResourcePropertiesComputeProfile {
    availabilityZones?: string[];
    count?: number;
    vmSize: string;
}

Hierarchy (view full)

Properties

availabilityZones?: string[]

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

count?: number

The number of virtual machines. NOTE: This property will not be serialized. It can only be populated by the server.

vmSize: string

The virtual machine SKU.