deviceConfigurationDeviceOverview 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
尚未记录
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 |
pendingCount | Int32 | 挂起设备的数量 |
notApplicableCount | Int32 | 不适用设备的数量 |
successCount | Int32 | 成功设备的数量 |
errorCount | Int32 | 错误设备的数量 |
failedCount | Int32 | 失败设备的数量 |
lastUpdateDateTime | DateTimeOffset | 上次更新时间 |
configurationVersion | Int32 | 用于此概述的策略版本 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceConfigurationDeviceOverview",
"id": "String (identifier)",
"pendingCount": 1024,
"notApplicableCount": 1024,
"successCount": 1024,
"errorCount": 1024,
"failedCount": 1024,
"lastUpdateDateTime": "String (timestamp)",
"configurationVersion": 1024
}