Freigeben über


LoadBalancerSku Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LoadBalancerSkuTypeConverter))]
public struct LoadBalancerSku : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LoadBalancerSku>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LoadBalancerSkuTypeConverter))>]
type LoadBalancerSku = struct
    interface IArgumentCompleter
Public Structure LoadBalancerSku
Implements IArgumentCompleter, IEquatable(Of LoadBalancerSku)
Inheritance
LoadBalancerSku
Attributes
Implements

Fields

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

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(LoadBalancerSku)

Compares values of enum type LoadBalancerSku

Equals(Object)

Compares values of enum type LoadBalancerSku (override for Object)

GetHashCode()

Returns hashCode for enum LoadBalancerSku

ToString()

Returns string representation for LoadBalancerSku

Operators

Equality(LoadBalancerSku, LoadBalancerSku)

Overriding == operator for enum LoadBalancerSku

Implicit(LoadBalancerSku to String)

Implicit operator to convert LoadBalancerSku to string

Implicit(String to LoadBalancerSku)

Implicit operator to convert string to LoadBalancerSku

Inequality(LoadBalancerSku, LoadBalancerSku)

Overriding != operator for enum LoadBalancerSku

Applies to