FailoverSetEligibilityResult interface
容錯移轉集的資格結果,用於容錯移轉。
屬性
error |
如果容錯移轉集不符合容錯移轉資格,則為錯誤訊息。 |
is |
表示此容錯移轉集是否符合容錯移轉資格。 |
屬性詳細資料
errorMessage
如果容錯移轉集不符合容錯移轉資格,則為錯誤訊息。
errorMessage?: string
屬性值
string
isEligibleForFailover
表示此容錯移轉集是否符合容錯移轉資格。
isEligibleForFailover?: boolean
屬性值
boolean