managedDeviceOverview 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

托管设备的摘要数据

方法

方法 返回类型 说明
获取 managedDeviceOverview managedDeviceOverview 读取 managedDeviceOverview 对象的属性和关系。
更新 managedDeviceOverview managedDeviceOverview 更新 managedDeviceOverview 对象的属性。

属性

属性 类型 说明
id String 摘要的唯一标识符
enrolledDeviceCount Int32 总注册设备计数。 不包括通过 Intune PC 代理管理的 PC 设备。
mdmEnrolledCount Int32 MDM 中注册的设备数
dualEnrolledDeviceCount Int32 MDM 和 EAS 中注册的设备数
deviceOperatingSystemSummary deviceOperatingSystemSummary 设备操作系统摘要。
deviceExchangeAccessStateSummary deviceExchangeAccessStateSummary Intune 中的 Exchange 访问状态的分配
managedDeviceModelsAndManufacturers managedDeviceModelsAndManufacturers 在帐户中为托管设备建模和制造肉质数据
lastModifiedDateTime DateTimeOffset 设备概述的上次修改日期时间

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.managedDeviceOverview",
  "id": "String (identifier)",
  "enrolledDeviceCount": 1024,
  "mdmEnrolledCount": 1024,
  "dualEnrolledDeviceCount": 1024,
  "deviceOperatingSystemSummary": {
    "@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
  },
  "deviceExchangeAccessStateSummary": {
    "@odata.type": "microsoft.graph.deviceExchangeAccessStateSummary",
    "allowedDeviceCount": 1024,
    "blockedDeviceCount": 1024,
    "quarantinedDeviceCount": 1024,
    "unknownDeviceCount": 1024,
    "unavailableDeviceCount": 1024
  },
  "managedDeviceModelsAndManufacturers": {
    "@odata.type": "microsoft.graph.managedDeviceModelsAndManufacturers",
    "deviceModels": [
      "String"
    ],
    "deviceManufacturers": [
      "String"
    ]
  },
  "lastModifiedDateTime": "String (timestamp)"
}