次の方法で共有


ContainerProbe.FailureThreshold プロパティ

定義

エラーのしきい値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象