次の方法で共有


LogCollectionOutput interface

診断要求本文

プロパティ

createdDateTime

操作が作成されたときのタイムスタンプ。

description

診断操作の説明。

deviceList

デバイス更新エージェント ID の配列

lastActionDateTime

現在の状態が入力されたときのタイムスタンプ。

operationId

ログ コレクション ID。

status

操作の状態。

プロパティの詳細

createdDateTime

操作が作成されたときのタイムスタンプ。

createdDateTime?: string

プロパティ値

string

description

診断操作の説明。

description?: string

プロパティ値

string

deviceList

デバイス更新エージェント ID の配列

deviceList: DeviceUpdateAgentIdOutput[]

プロパティ値

lastActionDateTime

現在の状態が入力されたときのタイムスタンプ。

lastActionDateTime?: string

プロパティ値

string

operationId

ログ コレクション ID。

operationId?: string

プロパティ値

string

status

操作の状態。

status?: "NotStarted" | "Running" | "Succeeded" | "Failed"

プロパティ値

"NotStarted" | "Running" | "Succeeded" | "Failed"