Share via


DeviceOperationOutput interface

Operation metadata.

Properties

createdDateTime

Date and time in UTC when the operation was created.

error

Operation error encountered, if any.

etag

Operation ETag.

lastActionDateTime

Date and time in UTC when the operation status was last updated.

operationId

Operation Id.

status

Operation status.

traceId

Operation correlation identity that can used by Microsoft Support for troubleshooting.

Property Details

createdDateTime

Date and time in UTC when the operation was created.

createdDateTime: string

Property Value

string

error

Operation error encountered, if any.

error?: ErrorModelOutput

Property Value

etag

Operation ETag.

etag?: string

Property Value

string

lastActionDateTime

Date and time in UTC when the operation status was last updated.

lastActionDateTime: string

Property Value

string

operationId

Operation Id.

operationId: string

Property Value

string

status

Operation status.

status: "NotStarted" | "Running" | "Succeeded" | "Failed"

Property Value

"NotStarted" | "Running" | "Succeeded" | "Failed"

traceId

Operation correlation identity that can used by Microsoft Support for troubleshooting.

traceId?: string

Property Value

string