FailoverSetEligibilityResult interface
The eligibility result of failover set, for failover.
Properties
error |
The error message, if the failover set is not eligible for failover. |
is |
Represents if this failover set is eligible for failover or not. |
Property Details
errorMessage
The error message, if the failover set is not eligible for failover.
errorMessage?: string
Property Value
string
isEligibleForFailover
Represents if this failover set is eligible for failover or not.
isEligibleForFailover?: boolean
Property Value
boolean
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript