共用方式為


InMageUnplannedFailoverInput interface

InMage 非計劃性容錯移轉的提供者特定輸入。

Extends

屬性

instanceType

多型鑒別子,指定此物件可以是的不同類型

recoveryPointId

要傳遞至容錯移轉至特定復原點的復原點識別碼。 如果是最新的復原點,應該傳遞 null。

recoveryPointType

復原點類型。 LatestTime、LatestTag 或 Custom 的值。 如果是自訂,將會使用 RecoveryPointId 所提供的復原點。 在其他兩種情況下,將會忽略復原點識別碼。

屬性詳細資料

instanceType

多型鑒別子,指定此物件可以是的不同類型

instanceType: "InMage"

屬性值

"InMage"

recoveryPointId

要傳遞至容錯移轉至特定復原點的復原點識別碼。 如果是最新的復原點,應該傳遞 null。

recoveryPointId?: string

屬性值

string

recoveryPointType

復原點類型。 LatestTime、LatestTag 或 Custom 的值。 如果是自訂,將會使用 RecoveryPointId 所提供的復原點。 在其他兩種情況下,將會忽略復原點識別碼。

recoveryPointType?: string

屬性值

string