SiteConfig.LoadBalancing 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定月臺負載平衡。 可能的值包括:'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