Share via


ContainerServiceLoadBalancerSku Struct

Definition

The default is 'standard'. See Azure Load Balancer SKUs for more information about the differences between load balancer SKUs.

public readonly struct ContainerServiceLoadBalancerSku : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceLoadBalancerSku>
type ContainerServiceLoadBalancerSku = struct
Public Structure ContainerServiceLoadBalancerSku
Implements IEquatable(Of ContainerServiceLoadBalancerSku)
Inheritance
ContainerServiceLoadBalancerSku
Implements

Constructors

ContainerServiceLoadBalancerSku(String)

Initializes a new instance of ContainerServiceLoadBalancerSku.

Properties

Basic

Use a basic Load Balancer with limited functionality.

Standard

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.

Methods

Equals(ContainerServiceLoadBalancerSku)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerServiceLoadBalancerSku, ContainerServiceLoadBalancerSku)

Determines if two ContainerServiceLoadBalancerSku values are the same.

Implicit(String to ContainerServiceLoadBalancerSku)

Converts a string to a ContainerServiceLoadBalancerSku.

Inequality(ContainerServiceLoadBalancerSku, ContainerServiceLoadBalancerSku)

Determines if two ContainerServiceLoadBalancerSku values are not the same.

Applies to