Share via


LogCollectionOperationDetailedStatusOutput interface

Device diagnostics operation detailed status

Properties

createdDateTime

The timestamp when the operation was created.

description

Device diagnostics operation description.

deviceStatus

Status of the devices in the operation

lastActionDateTime

A timestamp for when the current state was entered.

operationId

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"