Migration interface

企业实时迁移

属性

agentPoolName

迁移流水线的代理池名称。

changedBy

最后一次改变了这次迁徙的身份。

changedDate

这次迁移最后更改的UTC日期/时间。

codeSyncDate

最后一次成功代码同步的UTC日期/时间。

configOptions

迁移配置选项。

createdBy

正是这场迁徙的身份。

createdDate

迁移创建的UTC日期/时间。

errorMessage

导致迁移失败的错误。

pullRequestSyncDate

最后一次成功拉取请求同步的UTC日期/时间。

repositoryId

RepositoryID

scheduledCutoverDate

UTC日期/时间表示切换发生的时间。

serviceEndpointId

持有用于对目标GitHub Enterprise Server认证的PAT服务连接的GitHub Enterprise Server服务连接的ID。

skipValidation

迁移前的验证政策被跳过了。

stage

当前迁移阶段(队列、验证、同步、切换、迁移)。

status

迁移是“活跃”、“完成”还是“失败”。

targetOwnerUserId

最终拥有迁移仓库的用户ID。

targetRepository

URL标识迁移的目的地仓库。

validateOnly

如果迁移仅进行迁移前验证,那是正确的。

validationIssues

这是迁移前检查中发现的任何问题清单。

属性详细信息

agentPoolName

迁移流水线的代理池名称。

agentPoolName: string

属性值

string

changedBy

最后一次改变了这次迁徙的身份。

changedBy: IdentityRef

属性值

changedDate

这次迁移最后更改的UTC日期/时间。

changedDate: Date

属性值

Date

codeSyncDate

最后一次成功代码同步的UTC日期/时间。

codeSyncDate: Date

属性值

Date

configOptions

迁移配置选项。

configOptions: ElmConfigOptions

属性值

createdBy

正是这场迁徙的身份。

createdBy: IdentityRef

属性值

createdDate

迁移创建的UTC日期/时间。

createdDate: Date

属性值

Date

errorMessage

导致迁移失败的错误。

errorMessage: string

属性值

string

pullRequestSyncDate

最后一次成功拉取请求同步的UTC日期/时间。

pullRequestSyncDate: Date

属性值

Date

repositoryId

RepositoryID

repositoryId: string

属性值

string

scheduledCutoverDate

UTC日期/时间表示切换发生的时间。

scheduledCutoverDate: Date

属性值

Date

serviceEndpointId

持有用于对目标GitHub Enterprise Server认证的PAT服务连接的GitHub Enterprise Server服务连接的ID。

serviceEndpointId: string

属性值

string

skipValidation

迁移前的验证政策被跳过了。

skipValidation: SkipValidationPolicy

属性值

stage

当前迁移阶段(队列、验证、同步、切换、迁移)。

stage: MigrationStage

属性值

status

迁移是“活跃”、“完成”还是“失败”。

status: MigrationStatus

属性值

targetOwnerUserId

最终拥有迁移仓库的用户ID。

targetOwnerUserId: string

属性值

string

targetRepository

URL标识迁移的目的地仓库。

targetRepository: string

属性值

string

validateOnly

如果迁移仅进行迁移前验证,那是正确的。

validateOnly: boolean

属性值

boolean

validationIssues

这是迁移前检查中发现的任何问题清单。

validationIssues: string[]

属性值

string[]