次の方法で共有


Probe.IntervalInSeconds プロパティ

定義

エンドポイントの正常性状態をプローブする頻度を秒単位で取得または設定します。 この間隔は、割り当てられているタイムアウト期間 (秒) の 1/2 よりもわずかに短くするのが一般的です。そうすることで、2 回のプローブを完全に実施したうえで、インスタンスをローテーションから除外することができます。 既定値は 15、最小値は 5 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象