共用方式為


ContainerProbe.InitialDelaySeconds Property

Definition

Gets or sets the initial delay seconds.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to