sparse-intern-71089
11/19/2020, 11:23 AMsparse-dream-33326
11/23/2020, 12:28 PMvar exampleKubernetesClusterNodePool = new KubernetesClusterNodePool("wnpool", new KubernetesClusterNodePoolArgs
{
KubernetesClusterId = cluster.Id,
VmSize = "Standard_DS2_v2",
NodeCount = 1,
OsType = "Windows",
Name = "wnpool",
});