CreateMigrationRequest interface
請求建立企業即時遷移。
屬性
| scheduled |
UTC 日期/時間代表切換的時間。 |
| target |
最終將擁有遷移後儲存庫的使用者 ID。 |
| target |
識別遷移目的地儲存庫的網址。 |
| validate |
如果遷移只應該進行遷移前驗證,那就成立了。 |
屬性詳細資料
scheduledCutoverDate
UTC 日期/時間代表切換的時間。
scheduledCutoverDate: Date
屬性值
Date
targetOwnerUserId
最終將擁有遷移後儲存庫的使用者 ID。
targetOwnerUserId: string
屬性值
string
targetRepository
識別遷移目的地儲存庫的網址。
targetRepository: string
屬性值
string
validateOnly
如果遷移只應該進行遷移前驗證,那就成立了。
validateOnly: boolean
屬性值
boolean