Share via


ProbeV1.InitialDelaySeconds Property

Definition

Specifies the duration in seconds to wait before initiating the probe for the first time.

[YamlDotNet.Serialization.YamlMember(Alias="initialDelaySeconds")]
public int? InitialDelaySeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="initialDelaySeconds")>]
member this.InitialDelaySeconds : Nullable<int> with get, set
Public Property InitialDelaySeconds As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property is used to define a delay before the probe starts checking the status of a container. It is especially useful in scenarios where the application in the container requires time to initialize before it can respond to the probe successfully.

Applies to