deviceOperatingSystemSummary 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph 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 设备的计数。 也称为公司拥有的个人启用 (COPE) 。 有效值 -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 OS 设备数。 有效值 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
}