deviceOperatingSystemSummary 资源类型
命名空间:microsoft.graph
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
设备操作系统摘要。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| androidCount | Int32 | Android 设备计数。 |
| iosCount | Int32 | iOS 设备计数。 |
| macOSCount | Int32 | Mac OS X 设备计数。 |
| windowsMobileCount | Int32 | Windows 移动设备计数。 |
| windowsCount | Int32 | Windows 设备计数。 |
| unknownCount | Int32 | 未知设备计数。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceOperatingSystemSummary",
"androidCount": 1024,
"iosCount": 1024,
"macOSCount": 1024,
"windowsMobileCount": 1024,
"windowsCount": 1024,
"unknownCount": 1024
}
反馈
提交和查看相关反馈