共用方式為


ContainerProbe.TimeoutSeconds Property

Definition

Gets or sets the timeout seconds.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to