Skip to content
Docs Try Aspire
Docs Try

AksNodePoolConfig Constructors

Record Constructors 1 member
Configuration for an AKS node pool.
Constructor(string, string, int, int, AksNodePoolMode) Section titled Constructor(string, string, int, int, AksNodePoolMode)
Configuration for an AKS node pool.
public record AksNodePoolConfig
{
public AksNodePoolConfig(
string Name,
string VmSize,
int MinCount,
int MaxCount,
AksNodePoolMode Mode)
{
// ...
}
}
Name string The name of the node pool.
VmSize string The VM size for nodes in the pool.
MinCount int The minimum number of nodes.
MaxCount int The maximum number of nodes.
Mode AksNodePoolMode The mode of the node pool.