次の方法で共有


ApplicationGatewayLoadDistributionPolicy.LoadDistributionAlgorithm プロパティ

定義

アプリケーション ゲートウェイの負荷分散ターゲット リソースを取得または設定します。 指定できる値は、'RoundRobin'、'LeastConnections'、'IpHash' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象