Device interface

デバイス メタデータ。

プロパティ

deploymentStatus

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

deviceClassId

デバイス クラス ID。

deviceId

デバイス ID。

groupId

デバイス グループ ID。

installedUpdateId

更新プログラム ID。

lastAttemptedUpdateId

更新プログラム ID。

lastDeploymentId

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

manufacturer

デバイスの製造元。

model

デバイス モデル。

onLatestUpdate

デバイスに最新の更新プログラムがインストールされているかどうかを示すブール型 (Boolean) フラグ

プロパティの詳細

deploymentStatus

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

deploymentStatus?: string

プロパティ値

string

deviceClassId

デバイス クラス ID。

deviceClassId: string

プロパティ値

string

deviceId

デバイス ID。

deviceId: string

プロパティ値

string

groupId

デバイス グループ ID。

groupId?: string

プロパティ値

string

installedUpdateId

更新プログラム ID。

installedUpdateId?: null | UpdateId

プロパティ値

null | UpdateId

lastAttemptedUpdateId

更新プログラム ID。

lastAttemptedUpdateId?: null | UpdateId

プロパティ値

null | UpdateId

lastDeploymentId

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

lastDeploymentId?: string

プロパティ値

string

manufacturer

デバイスの製造元。

manufacturer: string

プロパティ値

string

model

デバイス モデル。

model: string

プロパティ値

string

onLatestUpdate

デバイスに最新の更新プログラムがインストールされているかどうかを示すブール型 (Boolean) フラグ

onLatestUpdate: boolean

プロパティ値

boolean