NodePoolProperties interface

NodePool properties

Properties

maxNodeCount

The maximum number of nodes.

minNodeCount

The minimum number of nodes.

provisioningState

The status of the last operation.

scaleSetPriority

The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.

subnetId

The node pool subnet.

vmSize

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