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

OperationSummary interface

操作信息。

属性

apiVersion

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

createdOn

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

kind

操作的类型。

lastUpdatedOn

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

operationId

Operation ID

percentCompleted

操作进度 (0-100) 。

resourceLocation

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

status

操作状态。

tags

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

属性详细信息

apiVersion

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

apiVersion?: string

属性值

string

createdOn

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

createdOn: Date

属性值

Date

kind

操作的类型。

kind: string

属性值

string

lastUpdatedOn

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

lastUpdatedOn: Date

属性值

Date

operationId

Operation ID

operationId: string

属性值

string

percentCompleted

操作进度 (0-100) 。

percentCompleted?: number

属性值

number

resourceLocation

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

resourceLocation: string

属性值

string

status

操作状态。

status: OperationStatus

属性值

tags

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

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}