AzureKubernetesEnvironmentResource.withSystemNodePool
Method
interface AzureKubernetesEnvironmentResource { // ... omitted for brevity withSystemNodePool( vmSize?: string, minCount?: number, maxCount?: number): AzureKubernetesEnvironmentResource;}Signature
method
withSystemNodePoolbuilderReplaces the default system node pool with a customized configuration.
withSystemNodePool( vmSize?: string, minCount?: number, maxCount?: number): AzureKubernetesEnvironmentResourceParameters
vmSizestringoptional= Standard_D2s_v5minCountnumberoptional= 1maxCountnumberoptional= 3Returns
AzureKubernetesEnvironmentResourceDefined on
This method is defined on the following type: