共用方式為


ContainerProbe.SuccessThreshold Property

Definition

Gets or sets the success threshold.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to