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

OperationDetailsOutputParent interface

操作信息。

属性

apiVersion

用于创建此操作的 API 版本。

createdDateTime

创建操作时 (UTC) 日期和时间。

error

遇到错误。

kind
lastUpdatedDateTime

上次更新状态时 (UTC) 日期和时间。

operationId

Operation ID

percentCompleted

操作进度 (0-100) 。

resourceLocation

此操作所面向的资源的 URL。

status

操作状态。 notStarted、running、completed 或 failed

可能的值:“notStarted”、“running”、“failed”、“succeeded”、“completed”、“canceled”

tags

与文档模型关联的键值标记属性的列表。

属性详细信息

apiVersion

用于创建此操作的 API 版本。

apiVersion?: string

属性值

string

createdDateTime

创建操作时 (UTC) 日期和时间。

createdDateTime: string

属性值

string

error

遇到错误。

error?: ErrorModelOutput

属性值

kind

kind: string

属性值

string

lastUpdatedDateTime

上次更新状态时 (UTC) 日期和时间。

lastUpdatedDateTime: string

属性值

string

operationId

Operation ID

operationId: string

属性值

string

percentCompleted

操作进度 (0-100) 。

percentCompleted?: number

属性值

number

resourceLocation

此操作所面向的资源的 URL。

resourceLocation: string

属性值

string

status

操作状态。 notStarted、running、completed 或 failed

可能的值:“notStarted”、“running”、“failed”、“succeeded”、“completed”、“canceled”

status: string

属性值

string

tags

与文档模型关联的键值标记属性的列表。

tags?: Record<string, string>

属性值

Record<string, string>