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 | 未知设备计数。 |
androidDedicatedCount | Int32 | 专用 Android 设备数。 |
androidDeviceAdminCount | Int32 | 设备管理员 Android 设备的数量。 |
androidFullyManagedCount | Int32 | 完全托管的 Android 设备数。 |
androidWorkProfileCount | Int32 | 工作配置文件 Android 设备的数量。 |
androidCorporateWorkProfileCount | Int32 | 公司工作配置文件 Android 设备的计数。 也称为公司拥有的个人启用 (COPE) 。 有效值 -1 到 2147483647 |
configMgrDeviceCount | Int32 | ConfigMgr托管设备的数目。 |
关系
无
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
}