ProbeV1.InitialDelaySeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.