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

AscOperation interface

The status of operation.

Properties

endTime

The end time of the operation.

error

The error detail of the operation if any.

id

The operation Id.

name

The operation name.

output

Additional operation-specific output.

startTime

The start time of the operation.

status

The status of the operation.

Property Details

endTime

The end time of the operation.

endTime?: string

Property Value

string

error

The error detail of the operation if any.

error?: AscOperationErrorResponse

Property Value

id

The operation Id.

id?: string

Property Value

string

name

The operation name.

name?: string

Property Value

string

output

Additional operation-specific output.

output?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

startTime

The start time of the operation.

startTime?: string

Property Value

string

status

The status of the operation.

status?: string

Property Value

string