LogCollectionOutput interface
診断要求本文
プロパティ
| created |
操作が作成されたときのタイムスタンプ。 |
| description | 診断操作の説明。 |
| device |
デバイス更新エージェント ID の配列 |
| last |
現在の状態が入力されたときのタイムスタンプ。 |
| operation |
ログ コレクション ID。 |
| status | 操作の状態。 |
プロパティの詳細
createdDateTime
操作が作成されたときのタイムスタンプ。
createdDateTime?: string
プロパティ値
string
description
診断操作の説明。
description?: string
プロパティ値
string
deviceList
lastActionDateTime
現在の状態が入力されたときのタイムスタンプ。
lastActionDateTime?: string
プロパティ値
string
operationId
ログ コレクション ID。
operationId?: string
プロパティ値
string
status
操作の状態。
status?: "NotStarted" | "Running" | "Succeeded" | "Failed"
プロパティ値
"NotStarted" | "Running" | "Succeeded" | "Failed"