你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrateSyncCompleteCommandProperties interface

完成数据库同步迁移的命令的属性。

扩展

属性

commandId

命令 ID

commandType

多态鉴别器,它指定此对象可以的不同类型的

input

命令输入

output

命令输出。 如果已提交,则忽略此项。 注意:此属性不会序列化。 它只能由服务器填充。

继承属性

errors

错误数组。 如果已提交,则忽略此项。 注意:此属性不会序列化。 它只能由服务器填充。

state

命令的状态。 如果已提交,则忽略此项。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

commandId

命令 ID

commandId?: string

属性值

string

commandType

多态鉴别器,它指定此对象可以的不同类型的

commandType: "Migrate.Sync.Complete.Database"

属性值

"Migrate.Sync.Complete.Database"

input

命令输入

input?: MigrateSyncCompleteCommandInput

属性值

output

命令输出。 如果已提交,则忽略此项。 注意:此属性不会序列化。 它只能由服务器填充。

output?: MigrateSyncCompleteCommandOutput

属性值

继承属性详细信息

errors

错误数组。 如果已提交,则忽略此项。 注意:此属性不会序列化。 它只能由服务器填充。

errors?: ODataError[]

属性值

继承自CommandProperties.errors

state

命令的状态。 如果已提交,则忽略此项。 注意:此属性不会序列化。 它只能由服务器填充。

state?: string

属性值

string

继承自CommandProperties.state