次の方法で共有


SiteConfigResourceInner.LoadBalancing プロパティ

定義

サイトの負荷分散を取得または設定します。 使用できる値は、'WeightedRoundRobin'、'LeastRequests'、'LeastResponseTime'、'WeightedTotalTraffic'、'RequestHash' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.loadBalancing")]
public Microsoft.Azure.Management.AppService.Fluent.Models.SiteLoadBalancing? LoadBalancing { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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

適用対象