Freigeben über


IContainerServiceNetworkProfile.LoadBalancerSku Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LoadBalancerSku) }, ReadOnly=false, Required=false, SerializedName="loadBalancerSku")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LoadBalancerSku? LoadBalancerSku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The default is 'standard'. See [Azure Load Balancer SKUs](https://docs.microsoft.com/azure/load-balancer/skus) for more information about the differences between load balancer SKUs.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LoadBalancerSku) }, ReadOnly=false, Required=false, SerializedName="loadBalancerSku")>]
member this.LoadBalancerSku : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LoadBalancerSku> with get, set
Public Property LoadBalancerSku As Nullable(Of LoadBalancerSku)

Property Value

Attributes

Applies to