共用方式為


ContainerProbe.FailureThreshold Property

Definition

Gets or sets the failure threshold.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to