DeviceOperationOutput interface
操作メタデータ。
プロパティ
| created |
操作が作成された日時 (UTC)。 |
| error | 操作エラーが発生しました (存在する場合)。 |
| etag | 操作 ETag。 |
| last |
操作の状態が最後に更新された日時 (UTC)。 |
| operation |
操作 ID。 |
| status | 操作の状態。 |
| trace |
Microsoft サポートがトラブルシューティングに使用できる操作の関連付け ID。 |
プロパティの詳細
createdDateTime
操作が作成された日時 (UTC)。
createdDateTime: string
プロパティ値
string
error
etag
操作 ETag。
etag?: string
プロパティ値
string
lastActionDateTime
操作の状態が最後に更新された日時 (UTC)。
lastActionDateTime: string
プロパティ値
string
operationId
操作 ID。
operationId: string
プロパティ値
string
status
操作の状態。
status: "NotStarted" | "Running" | "Succeeded" | "Failed"
プロパティ値
"NotStarted" | "Running" | "Succeeded" | "Failed"
traceId
Microsoft サポートがトラブルシューティングに使用できる操作の関連付け ID。
traceId?: string
プロパティ値
string