Healthcheck.Retries Property

Definition

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.

Applies to