DeviceOperationOutput interface
Operation metadata.
Properties
| created |
Date and time in UTC when the operation was created. |
| error | Operation error encountered, if any. |
| etag | Operation ETag. |
| last |
Date and time in UTC when the operation status was last updated. |
| operation |
Operation Id. |
| status | Operation status. |
| trace |
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
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