SiteConfig.LoadBalancing 속성

정의

사이트 부하 분산을 가져오거나 설정합니다. 가능한 값은 'WeightedRoundRobin', 'LeastRequests', 'LeastResponseTime', 'WeightedTotalTraffic', 'RequestHash'입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상