softwareUpdateStatusSummary 资源类型

命名空间:microsoft.graph

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

尚未记录

方法

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

属性

属性 类型 说明
id String 实体的键。
displayName String 策略的名称。
compliantDeviceCount Int32 兼容设备的数量。
nonCompliantDeviceCount Int32 不兼容设备的数量。
remediatedDeviceCount Int32 已修复设备的数量。
errorDeviceCount Int32 出现错误的设备数量。
unknownDeviceCount Int32 未知设备的数量。
conflictDeviceCount Int32 冲突设备的数量。
notApplicableDeviceCount Int32 不适用设备的数量。
compliantUserCount Int32 兼容用户的数量。
nonCompliantUserCount Int32 不兼容用户的数量。
remediatedUserCount Int32 已修复用户的数量。
errorUserCount Int32 出现错误的用户数量。
unknownUserCount Int32 未知用户的数量。
conflictUserCount Int32 冲突用户的数量。
notApplicableUserCount Int32 不适用用户的数量。

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.softwareUpdateStatusSummary",
  "id": "String (identifier)",
  "displayName": "String",
  "compliantDeviceCount": 1024,
  "nonCompliantDeviceCount": 1024,
  "remediatedDeviceCount": 1024,
  "errorDeviceCount": 1024,
  "unknownDeviceCount": 1024,
  "conflictDeviceCount": 1024,
  "notApplicableDeviceCount": 1024,
  "compliantUserCount": 1024,
  "nonCompliantUserCount": 1024,
  "remediatedUserCount": 1024,
  "errorUserCount": 1024,
  "unknownUserCount": 1024,
  "conflictUserCount": 1024,
  "notApplicableUserCount": 1024
}