Healthcheck.Retries 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 number of retries to be attempted for the health check before marking it as failed.
[YamlDotNet.Serialization.YamlMember(Alias="retries")]
public int? Retries { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="retries")>]
member this.Retries : Nullable<int> with get, set
Public Property Retries As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property indicates how many times the system should retry the health check command if it fails before considering the health check unsuccessful. The value must be a non-negative integer or null if not specified.