ClusterPoolResourcePropertiesComputeProfile interface
CLuster pool compute profile.
- Extends
Inherited Properties
availability |
The list of Availability zones to use for AKS VMSS nodes. |
count | The number of virtual machines. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
The virtual machine SKU. |
Inherited Property Details
availabilityZones
The list of Availability zones to use for AKS VMSS nodes.
availabilityZones?: string[]
Property Value
string[]
Inherited From ClusterPoolComputeProfile.availabilityZones
count
The number of virtual machines. NOTE: This property will not be serialized. It can only be populated by the server.
count?: number
Property Value
number
Inherited From ClusterPoolComputeProfile.count
vmSize
The virtual machine SKU.
vmSize: string
Property Value
string
Inherited From ClusterPoolComputeProfile.vmSize
Azure SDK for JavaScript