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

Operation interface

记录以跟踪长时间运行的作。

属性

createdTimestamp

创建作时的时间戳。

errorResponse

失败时的错误详细信息。

lastActionTimestamp

输入当前状态时的时间戳。

operationId

作 ID。

operationState

作状态。 可能的值包括:“Failed”、“NotStarted”、“Running”、“Succeeded”

resourceLocation

已完成资源的目标资源位置的相对 URI。

userId

用户 ID

属性详细信息

createdTimestamp

创建作时的时间戳。

createdTimestamp?: string

属性值

string

errorResponse

失败时的错误详细信息。

errorResponse?: ErrorResponse

属性值

lastActionTimestamp

输入当前状态时的时间戳。

lastActionTimestamp?: string

属性值

string

operationId

作 ID。

operationId?: string

属性值

string

operationState

作状态。 可能的值包括:“Failed”、“NotStarted”、“Running”、“Succeeded”

operationState?: OperationStateType

属性值

resourceLocation

已完成资源的目标资源位置的相对 URI。

resourceLocation?: string

属性值

string

userId

用户 ID

userId?: string

属性值

string