NodePoolProperties interface
NodePool properties
Properties
| max |
The maximum number of nodes. |
| min |
The minimum number of nodes. |
| provisioning |
The status of the last operation. |
| scale |
The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'. |
| subnet |
The node pool subnet. |
| vm |
The size of the underlying Azure VM. |
Property Details
maxNodeCount
The maximum number of nodes.
maxNodeCount: number
Property Value
number
minNodeCount
The minimum number of nodes.
minNodeCount?: number
Property Value
number
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
scaleSetPriority
The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.
scaleSetPriority?: string
Property Value
string
subnetId
The node pool subnet.
subnetId: string
Property Value
string
vmSize
The size of the underlying Azure VM.
vmSize: string
Property Value
string