你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Device interface

设备元数据。

属性

deploymentStatus

设备在其上次部署中的状态。

deviceClassId

设备类标识。

deviceId

设备标识。

groupId

设备组标识。

installedUpdateId

更新标识。

lastAttemptedUpdateId

更新标识。

lastDeploymentId

最后一次部署到设备的部署标识符

manufacturer

设备制造商。

model

设备型号。

onLatestUpdate

指示设备上是否安装了最新更新的布尔标志

属性详细信息

deploymentStatus

设备在其上次部署中的状态。

deploymentStatus?: string

属性值

string

deviceClassId

设备类标识。

deviceClassId: string

属性值

string

deviceId

设备标识。

deviceId: string

属性值

string

groupId

设备组标识。

groupId?: string

属性值

string

installedUpdateId

更新标识。

installedUpdateId?: null | UpdateId

属性值

null | UpdateId

lastAttemptedUpdateId

更新标识。

lastAttemptedUpdateId?: null | UpdateId

属性值

null | UpdateId

lastDeploymentId

最后一次部署到设备的部署标识符

lastDeploymentId?: string

属性值

string

manufacturer

设备制造商。

manufacturer: string

属性值

string

model

设备型号。

model: string

属性值

string

onLatestUpdate

指示设备上是否安装了最新更新的布尔标志

onLatestUpdate: boolean

属性值

boolean