共用方式為


ContainerServiceLoadBalancerSku Enum

Definition

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.

Applies to