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

OperationStatus interface

The status of a long-running operation.

Properties

endTime

The end time of the operation.

error

Error response describing why the operation failed.

id

The operation's unique id.

name

The operation's name.

startTime

The start time of the operation.

status

The current status of the operation.

Property Details

endTime

The end time of the operation.

endTime?: string

Property Value

string

error

Error response describing why the operation failed.

error?: ErrorResponse

Property Value

id

The operation's unique id.

id?: string

Property Value

string

name

The operation's name.

name?: string

Property Value

string

startTime

The start time of the operation.

startTime?: string

Property Value

string

status

The current status of the operation.

status?: string

Property Value

string