OperationStatus interface

The status of operation.

Extends

Properties

endTime

The end time of the operation.

id

The operation Id.

name

The operation name.

startTime

The start time of the operation.

status

The status of the operation.

Inherited Properties

error

The error object.

Property Details

endTime

The end time of the operation.

endTime?: string

Property Value

string

id

The operation Id.

id?: string

Property Value

string

name

The operation name.

name?: string

Property Value

string

startTime

The start time of the operation.

startTime?: string

Property Value

string

status

The status of the operation.

status?: string

Property Value

string

Inherited Property Details

error

The error object.

error?: ErrorDetail

Property Value

Inherited From ErrorResponse.error