IContainerServiceNetworkProfile.LoadBalancerSku Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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