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

OperationStatus interface

操作的状态。

属性

endTime

操作的结束时间。

error

操作的错误详细信息(如果有)。

id

操作 ID。

name

操作名称。

startTime

操作的开始时间。

status

操作的状态。

属性详细信息

endTime

操作的结束时间。

endTime?: string

属性值

string

error

操作的错误详细信息(如果有)。

error?: ErrorDetail

属性值

id

操作 ID。

id?: string

属性值

string

name

操作名称。

name?: string

属性值

string

startTime

操作的开始时间。

startTime?: string

属性值

string

status

操作的状态。

status?: string

属性值

string