AppServiceEnvironmentResource.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', 'Web, Publishing'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to