Device interface
Device metadata.
Properties
deployment |
State of the device in its last deployment. |
device |
Device class identity. |
device |
Device identity. |
group |
Device group identity. |
installed |
Update identity. |
last |
Update identity. |
last |
The deployment identifier for the last deployment to the device |
manufacturer | Device manufacturer. |
model | Device model. |
on |
Boolean flag indicating whether the latest update is installed on the device |
Property Details
deploymentStatus
State of the device in its last deployment.
deploymentStatus?: string
Property Value
string
deviceClassId
Device class identity.
deviceClassId: string
Property Value
string
deviceId
Device identity.
deviceId: string
Property Value
string
groupId
Device group identity.
groupId?: string
Property Value
string
installedUpdateId
lastAttemptedUpdateId
lastDeploymentId
The deployment identifier for the last deployment to the device
lastDeploymentId?: string
Property Value
string
manufacturer
Device manufacturer.
manufacturer: string
Property Value
string
model
Device model.
model: string
Property Value
string
onLatestUpdate
Boolean flag indicating whether the latest update is installed on the device
onLatestUpdate: boolean
Property Value
boolean
Azure SDK for JavaScript