共用方式為


ContainerProbe.PeriodSeconds Property

Definition

Gets or sets the period seconds.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to