Device interface
裝置中繼資料。
屬性
deployment |
裝置在上次部署中的狀態。 |
device |
裝置類別身分識別。 |
device |
裝置身分識別。 |
group |
裝置群組身分識別。 |
installed |
更新身分識別。 |
last |
更新身分識別。 |
last |
裝置上一次部署的部署識別碼 |
manufacturer | 裝置製造商。 |
model | 裝置型號。 |
on |
布林值旗標,指出是否已在裝置上安裝最新的更新 |
屬性詳細資料
deploymentStatus
裝置在上次部署中的狀態。
deploymentStatus?: string
屬性值
string
deviceClassId
裝置類別身分識別。
deviceClassId: string
屬性值
string
deviceId
裝置身分識別。
deviceId: string
屬性值
string
groupId
裝置群組身分識別。
groupId?: string
屬性值
string
installedUpdateId
lastAttemptedUpdateId
lastDeploymentId
裝置上一次部署的部署識別碼
lastDeploymentId?: string
屬性值
string
manufacturer
裝置製造商。
manufacturer: string
屬性值
string
model
裝置型號。
model: string
屬性值
string
onLatestUpdate
布林值旗標,指出是否已在裝置上安裝最新的更新
onLatestUpdate: boolean
屬性值
boolean