次の方法で共有


DeviceOutput interface

デバイス メタデータ。

プロパティ

deploymentStatus

最後の展開におけるデバイスの状態。

deviceClassId

デバイス クラス ID。

deviceId

デバイス ID。

groupId

デバイス グループ ID。

installedUpdate

デバイスに現在インストールされている更新プログラム。

lastAttemptedUpdate

デバイスが最後にインストールを試みた更新プログラム。

lastDeploymentId

デバイスへの最後のデプロイの展開識別子

lastInstallResult

最後のインストール結果。

moduleId

デバイス モジュール ID。

onLatestUpdate

最新の更新プログラム (デバイスのデバイス クラスとグループに最適な互換性のある更新プログラム) がデバイスにインストールされているかどうかを示すブール型フラグ

プロパティの詳細

deploymentStatus

最後の展開におけるデバイスの状態。

deploymentStatus?: "Succeeded" | "Failed" | "InProgress" | "Canceled"

プロパティ値

"Succeeded" | "Failed" | "InProgress" | "Canceled"

deviceClassId

デバイス クラス ID。

deviceClassId: string

プロパティ値

string

deviceId

デバイス ID。

deviceId: string

プロパティ値

string

groupId

デバイス グループ ID。

groupId?: string

プロパティ値

string

installedUpdate

デバイスに現在インストールされている更新プログラム。

installedUpdate?: UpdateInfoOutput

プロパティ値

lastAttemptedUpdate

デバイスが最後にインストールを試みた更新プログラム。

lastAttemptedUpdate?: UpdateInfoOutput

プロパティ値

lastDeploymentId

デバイスへの最後のデプロイの展開識別子

lastDeploymentId?: string

プロパティ値

string

lastInstallResult

最後のインストール結果。

lastInstallResult?: InstallResultOutput

プロパティ値

moduleId

デバイス モジュール ID。

moduleId?: string

プロパティ値

string

onLatestUpdate

最新の更新プログラム (デバイスのデバイス クラスとグループに最適な互換性のある更新プログラム) がデバイスにインストールされているかどうかを示すブール型フラグ

onLatestUpdate: boolean

プロパティ値

boolean