LogCollectionOperationDetailedStatusOutput interface
Device diagnostics operation detailed status
Properties
| created |
The timestamp when the operation was created. |
| description | Device diagnostics operation description. |
| device |
Status of the devices in the operation |
| last |
A timestamp for when the current state was entered. |
| operation |
The device diagnostics operation id. |
| status | Operation status. |
Property Details
createdDateTime
The timestamp when the operation was created.
createdDateTime?: string
Property Value
string
description
Device diagnostics operation description.
description?: string
Property Value
string
deviceStatus
Status of the devices in the operation
deviceStatus?: LogCollectionOperationDeviceStatusOutput[]
Property Value
lastActionDateTime
A timestamp for when the current state was entered.
lastActionDateTime?: string
Property Value
string
operationId
The device diagnostics operation id.
operationId?: string
Property Value
string
status
Operation status.
status?: "NotStarted" | "Running" | "Succeeded" | "Failed"
Property Value
"NotStarted" | "Running" | "Succeeded" | "Failed"