次の方法で共有


ApplicationGatewayProbe.Interval プロパティ

定義

プローブ間隔を秒単位で取得または設定します。 2 つの連続するプローブの時間間隔。 使用できる値は 1 秒から 86400 秒です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象