deviceOperatingSystemSummary 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
设备操作系统摘要。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| androidCount | Int32 | Android 设备计数。 |
| iosCount | Int32 | iOS 设备计数。 |
| macOSCount | Int32 | Mac OS X 设备计数。 |
| windowsMobileCount | Int32 | Windows 移动设备计数。 |
| windowsCount | Int32 | Windows 设备计数。 |
| unknownCount | Int32 | 未知设备计数。 |
| androidDedicatedCount | Int32 | 专用 Android 设备的数量。 |
| androidDeviceAdminCount | Int32 | 设备管理员 Android 设备的数量。 |
| androidFullyManagedCount | Int32 | 完全托管的 Android 设备的数量。 |
| androidWorkProfileCount | Int32 | 工作配置文件 Android 设备的数量。 |
| androidCorporateWorkProfileCount | Int32 | 公司工作配置文件 Android 设备计数。 也称为"公司拥有的个人拥有" (一) 。 有效值 -1 到 2147483647 |
| configMgrDeviceCount | Int32 | ConfigMgr 托管设备的数量。 |
| aospUserlessCount | Int32 | 无用户 AOSP Android 设备的数量。 有效值为 0 到 2147483647 |
| aospUserAssociatedCount | Int32 | AOSP 用户关联的 Android 设备的数量。 有效值为 0 到 2147483647 |
| linuxCount | Int32 | Linux OS 设备的数量。 有效值为 0 到 2147483647 |
| chromeOSCount | Int32 | Chrome 操作系统设备的数量。 有效值为 0 到 2147483647 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceOperatingSystemSummary",
"androidCount": 1024,
"iosCount": 1024,
"macOSCount": 1024,
"windowsMobileCount": 1024,
"windowsCount": 1024,
"unknownCount": 1024,
"androidDedicatedCount": 1024,
"androidDeviceAdminCount": 1024,
"androidFullyManagedCount": 1024,
"androidWorkProfileCount": 1024,
"androidCorporateWorkProfileCount": 1024,
"configMgrDeviceCount": 1024,
"aospUserlessCount": 1024,
"aospUserAssociatedCount": 1024,
"linuxCount": 1024,
"chromeOSCount": 1024
}
反馈
提交和查看相关反馈