Skip to content
Docs Try Aspire
Docs Try

AksNodePoolConfig Properties

Record Properties 5 members
Configuration for an AKS node pool.
The maximum number of nodes.
public int MaxCount { get; init; }
The minimum number of nodes.
public int MinCount { get; init; }
The mode of the node pool.
public AksNodePoolMode Mode { get; init; }
The name of the node pool.
public string Name { get; init; }
The VM size for nodes in the pool.
public string VmSize { get; init; }