UpdateMigrationRequest interface

請求更新企業即時遷移。

屬性

cutoverFailureAcceptedCount

使用者已審查並接受的失敗及被封鎖資源數量。 在審核中切換遷移時,必須在 ReviewForCutover 階段進行。 必須與目前的總故障數相符;若計數改變則拒絕。 設定為智力。MaxValue 可接受所有失敗(需要 AllowBlanketCutoverApproval 功能標誌)。

pipelinesVerified

設為 true 以確認所有重新接線的管線都已驗證。 當 RequiresPipelineVerificationAccoredgment 為真時,切換是必須的。 與 CutoverFailureAcceptedCount 無關。

scheduledCutoverDate

UTC 日期/時間代表切換的時間。

statusRequested

請求遷移的狀態。 允許的值為「啟用」與「暫停」。

validateOnly

如果遷移只應該進行遷移前驗證,那就成立了。

屬性詳細資料

cutoverFailureAcceptedCount

使用者已審查並接受的失敗及被封鎖資源數量。 在審核中切換遷移時,必須在 ReviewForCutover 階段進行。 必須與目前的總故障數相符;若計數改變則拒絕。 設定為智力。MaxValue 可接受所有失敗(需要 AllowBlanketCutoverApproval 功能標誌)。

cutoverFailureAcceptedCount: number

屬性值

number

pipelinesVerified

設為 true 以確認所有重新接線的管線都已驗證。 當 RequiresPipelineVerificationAccoredgment 為真時,切換是必須的。 與 CutoverFailureAcceptedCount 無關。

pipelinesVerified: boolean

屬性值

boolean

scheduledCutoverDate

UTC 日期/時間代表切換的時間。

scheduledCutoverDate: Date

屬性值

Date

statusRequested

請求遷移的狀態。 允許的值為「啟用」與「暫停」。

statusRequested: MigrationStatus

屬性值

validateOnly

如果遷移只應該進行遷移前驗證,那就成立了。

validateOnly: boolean

屬性值

boolean