LoadBalancerData.Mode 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 load balancer mode. Set to Advanced to enable additional capabilities on a Standard SKU load balancer. Advanced mode must be specified at creation and cannot be changed afterward.
public Azure.ResourceManager.Network.Models.LoadBalancerMode? Mode { get; set; }
member this.Mode : Nullable<Azure.ResourceManager.Network.Models.LoadBalancerMode> with get, set
Public Property Mode As Nullable(Of LoadBalancerMode)