DeviceClassSubgroupOutput interface
Device class subgroup details. A device class subgroup is a subset of devices in a group that share the same device class id.
Properties
| created |
Date and time when the device class subgroup was created. |
| deployment |
The active deployment Id for the device class subgroup. |
| device |
Device class subgroup identity. This is generated from the model Id and the compat properties reported by the device update agent in the Device Update PnP interface in IoT Hub. It is a hex-encoded SHA1 hash. |
| device |
The number of devices in the device class subgroup. |
| group |
Group identity. |
Property Details
createdDateTime
Date and time when the device class subgroup was created.
createdDateTime: string
Property Value
string
deploymentId
The active deployment Id for the device class subgroup.
deploymentId?: string
Property Value
string
deviceClassId
Device class subgroup identity. This is generated from the model Id and the compat properties reported by the device update agent in the Device Update PnP interface in IoT Hub. It is a hex-encoded SHA1 hash.
deviceClassId: string
Property Value
string
deviceCount
The number of devices in the device class subgroup.
deviceCount?: number
Property Value
number
groupId
Group identity.
groupId: string
Property Value
string