CommonPostActionResponseForDeviceROCommandsOperationStatusResult interface

The current status of an async operation.

Extends

Properties

endTime

The end time of the operation.

id

Fully qualified ID for the async operation.

name

Name of the async operation.

properties

The additional properties of the operation status result.

resourceId

Fully qualified ID of the resource against which the original async operation was started.

startTime

The start time of the operation.

status

Operation status.

Inherited Properties

error

The error object.

Property Details

endTime

The end time of the operation.

endTime?: Date

Property Value

Date

id

Fully qualified ID for the async operation.

id?: string

Property Value

string

name

Name of the async operation.

name?: string

Property Value

string

properties

The additional properties of the operation status result.

properties?: CommonPostActionResponseForDeviceROCommands

Property Value

resourceId

Fully qualified ID of the resource against which the original async operation was started.

resourceId?: string

Property Value

string

startTime

The start time of the operation.

startTime?: Date

Property Value

Date

status

Operation status.

status: string

Property Value

string

Inherited Property Details

error

The error object.

error?: ErrorDetail

Property Value

Inherited From CommonErrorResponse.error