你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerServiceLoadBalancerSku Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default is 'standard'. See Azure Load Balancer SKUs for more information about the differences between load balancer SKUs.
public enum ContainerServiceLoadBalancerSku
type ContainerServiceLoadBalancerSku =
Public Enum ContainerServiceLoadBalancerSku
- Inheritance
-
ContainerServiceLoadBalancerSku
Fields
Name | Value | Description |
---|---|---|
Standard | 0 | Use a a standard Load Balancer. This is the recommended Load Balancer SKU. For more information about on working with the load balancer in the managed cluster, see the standard Load Balancer article. |
Basic | 1 | Use a basic Load Balancer with limited functionality. |