Share via


ContainerServiceNetworkProfile.LoadBalancerSku Property

Definition

Gets or sets the default is 'standard'. See Azure Load Balancer SKUs for more information about the differences between load balancer SKUs. Possible values include: 'standard', 'basic'

[Newtonsoft.Json.JsonProperty(PropertyName="loadBalancerSku")]
public string LoadBalancerSku { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="loadBalancerSku")>]
member this.LoadBalancerSku : string with get, set
Public Property LoadBalancerSku As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to