ConnectionMonitorSuccessThreshold.ChecksFailedPercent Property

Definition

Gets or sets the maximum percentage of failed checks permitted for a test to evaluate as successful.

[Newtonsoft.Json.JsonProperty(PropertyName="checksFailedPercent")]
public int? ChecksFailedPercent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="checksFailedPercent")>]
member this.ChecksFailedPercent : Nullable<int> with get, set
Public Property ChecksFailedPercent As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to