Healthcheck.Interval Property

Definition

Specifies the duration between health check executions for a service. Accepts a string representation of the time interval in a supported format. Used to configure the frequency at which the health check is performed.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to