AppServiceEnvironmentInner.InternalLoadBalancingMode Property

Definition

Gets or sets specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. Possible values include: 'None', 'Web', 'Publishing'

[Newtonsoft.Json.JsonProperty(PropertyName="internalLoadBalancingMode")]
public Microsoft.Azure.Management.AppService.Fluent.Models.InternalLoadBalancingMode? InternalLoadBalancingMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="internalLoadBalancingMode")>]
member this.InternalLoadBalancingMode : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.InternalLoadBalancingMode> with get, set
Public Property InternalLoadBalancingMode As Nullable(Of InternalLoadBalancingMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to