deviceManagementIntentDeviceSettingStateSummary 资源类型

命名空间:microsoft.graph

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

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

表示意向的设备设置状态摘要的实体

方法

方法 返回类型 说明
列出 deviceManagementIntentDeviceSettingStateSummaries deviceManagementIntentDeviceSettingStateSummary 集合 列出 deviceManagementIntentDeviceSettingStateSummary 对象的属性和关系。
获取 deviceManagementIntentDeviceSettingStateSummary deviceManagementIntentDeviceSettingStateSummary 读取 deviceManagementIntentDeviceSettingStateSummary 对象的属性和关系。
创建 deviceManagementIntentDeviceSettingStateSummary deviceManagementIntentDeviceSettingStateSummary 创建新的 deviceManagementIntentDeviceSettingStateSummary 对象。
删除 deviceManagementIntentDeviceSettingStateSummary 删除 deviceManagementIntentDeviceSettingStateSummary
更新 deviceManagementIntentDeviceSettingStateSummary deviceManagementIntentDeviceSettingStateSummary 更新 deviceManagementIntentDeviceSettingStateSummary 对象的属性。

属性

属性 类型 说明
id String The ID
settingName String 设置的名称
compliantCount Int32 兼容设备的数量
conflictCount Int32 冲突中的设备数
errorCount Int32 错误设备的数量
nonCompliantCount Int32 不符合的设备数
notApplicableCount Int32 不适用设备的数量
remediatedCount Int32 已修复设备的数量

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.deviceManagementIntentDeviceSettingStateSummary",
  "id": "String (identifier)",
  "settingName": "String",
  "compliantCount": 1024,
  "conflictCount": 1024,
  "errorCount": 1024,
  "nonCompliantCount": 1024,
  "notApplicableCount": 1024,
  "remediatedCount": 1024
}