FailoverSetEligibilityResult.IsEligibleForFailover Property

Definition

[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