Healthcheck.StartPeriod 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.
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