addNodePool
Method
interface AzureKubernetesEnvironmentResource { // ... omitted for brevity addNodePool( name: string, vmSize?: string, minCount?: number, maxCount?: number): AksNodePoolResource;}Signature
method
addNodePoolbuilderAdds a node pool to the AKS cluster.
addNodePool( name: string, vmSize?: string, minCount?: number, maxCount?: number): AksNodePoolResourceParameters
namestringvmSizestringoptional= Standard_D2s_v5minCountnumberoptional= 1maxCountnumberoptional= 3Returns
AksNodePoolResourceApplies to
This method applies to the following types: