LoadBalancerSku Class

Definition

Defines values for LoadBalancerSku.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.LoadBalancerSku>))]
public class LoadBalancerSku : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ContainerService.Fluent.Models.LoadBalancerSku>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.LoadBalancerSku>))>]
type LoadBalancerSku = class
    inherit ExpandableStringEnum<LoadBalancerSku>
Public Class LoadBalancerSku
Inherits ExpandableStringEnum(Of LoadBalancerSku)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

LoadBalancerSku()

Fields

Basic
Standard

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to