次の方法で共有


ApplicationGatewayProbe.MinServers プロパティ

定義

常に正常とマークされているサーバーの最小数を取得または設定します。 既定値は 0 です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.minServers")]
public int? MinServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minServers")>]
member this.MinServers : Nullable<int> with get, set
Public Property MinServers As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象