Share via


Healthcheck.StartPeriod Property

Definition

Gets or sets the duration to wait after a container starts before attempting health checks. This property specifies the initial delay before the first health check is performed, which can be useful in cases where the application within the container requires some time to initialize before it can be properly checked for health status.

[YamlDotNet.Serialization.YamlMember(Alias="start_period")]
public string StartPeriod { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="start_period")>]
member this.StartPeriod : string with get, set
Public Property StartPeriod As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to