命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 实体的键。 |
| unknownDeviceCount | Int32 | 未知设备的数量 |
| notApplicableDeviceCount | Int32 | 不适用设备的数量 |
| compliantDeviceCount | Int32 | 兼容设备的数量 |
| remediatedDeviceCount | Int32 | 已修复设备的数量 |
| nonCompliantDeviceCount | Int32 | 不兼容设备的数量 |
| errorDeviceCount | Int32 | 错误设备的数量 |
| conflictDeviceCount | Int32 | 冲突设备的数量 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceConfigurationDeviceStateSummary",
"id": "String (identifier)",
"unknownDeviceCount": 1024,
"notApplicableDeviceCount": 1024,
"compliantDeviceCount": 1024,
"remediatedDeviceCount": 1024,
"nonCompliantDeviceCount": 1024,
"errorDeviceCount": 1024,
"conflictDeviceCount": 1024
}