NodeGroupSpec interface
Specification for a node group.
Properties
disk |
The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024. |
enable |
Whether high availability is enabled on the node group. |
kind | The node type deployed in the node group. |
node |
The number of nodes in the node group. |
sku | The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'. |
Property Details
diskSizeGB
The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024.
diskSizeGB?: number
Property Value
number
enableHa
Whether high availability is enabled on the node group.
enableHa?: boolean
Property Value
boolean
kind
The node type deployed in the node group.
kind?: string
Property Value
string
nodeCount
The number of nodes in the node group.
nodeCount?: number
Property Value
number
sku
The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'.
sku?: string
Property Value
string
Azure SDK for JavaScript