This message was deleted.
# azure
s
This message was deleted.
s
I figured this out.
var exampleKubernetesClusterNodePool = new KubernetesClusterNodePool("wnpool", new KubernetesClusterNodePoolArgs
{ KubernetesClusterId = cluster.Id, VmSize = "Standard_DS2_v2", NodeCount = 1, OsType = "Windows", Name = "wnpool", });