You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-08-02-preview/managedClusters.json
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4280,6 +4280,29 @@
4280
4280
"enableMultipleStandardLoadBalancers": {
4281
4281
"type": "boolean",
4282
4282
"description": "Enable multiple standard load balancers per AKS cluster or not."
4283
+
},
4284
+
"backendPoolType": {
4285
+
"type": "string",
4286
+
"x-ms-enum": {
4287
+
"name": "BackendPoolType",
4288
+
"modelAsString": true,
4289
+
"values": [
4290
+
{
4291
+
"value": "NodeIPConfiguration",
4292
+
"description": "The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend."
4293
+
},
4294
+
{
4295
+
"value": "NodeIP",
4296
+
"description": "The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend."
4297
+
}
4298
+
]
4299
+
},
4300
+
"enum": [
4301
+
"NodeIPConfiguration",
4302
+
"NodeIP"
4303
+
],
4304
+
"description": "The type of the managed inbound Load Balancer BackendPool.",
4305
+
"default": "NodeIPConfiguration"
4283
4306
}
4284
4307
},
4285
4308
"description": "Profile of the managed cluster load balancer."
0 commit comments