eBookInstallSummary 资源类型

命名空间:microsoft.graph

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

包含某个设备的书籍安装摘要的属性。

方法

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

属性

属性 类型 说明
id String 实体的键。
installedDeviceCount Int32 已成功安装此书籍的设备数量。
failedDeviceCount Int32 未能成功安装此书籍的设备数量。
notInstalledDeviceCount Int32 未安装此书籍的设备数量。
installedUserCount Int32 其设备全部成功安装了此书籍的用户数量。
failedUserCount Int32 有 1 个或多个设备未能安装此书籍的用户数量。
notInstalledUserCount Int32 未安装此书籍的用户数量。

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.eBookInstallSummary",
  "id": "String (identifier)",
  "installedDeviceCount": 1024,
  "failedDeviceCount": 1024,
  "notInstalledDeviceCount": 1024,
  "installedUserCount": 1024,
  "failedUserCount": 1024,
  "notInstalledUserCount": 1024
}