ClusterPoolComputeProfile interface
Cluster pool compute profile.
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. |
Property Details
availabilityZones
The list of Availability zones to use for AKS VMSS nodes.
availabilityZones?: string[]
Property Value
string[]
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
vmSize
The virtual machine SKU.
vmSize: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript