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. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET