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