FailoverSetEligibilityResult.IsEligibleForFailover Property

Definition

Gets or sets represents if this failover set is eligible for failover or not.

[Newtonsoft.Json.JsonProperty(PropertyName="isEligibleForFailover")]
public bool? IsEligibleForFailover { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isEligibleForFailover")>]
member this.IsEligibleForFailover : Nullable<bool> with get, set
Public Property IsEligibleForFailover As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to