deviceManagementCachedReportConfiguration 资源类型

命名空间:microsoft.graph

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

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

表示缓存报表的配置的实体

方法

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

属性

属性 类型 说明
id String 此实体的唯一标识符
reportName String 报告的名称
filter String 创建报表时应用的筛选器。
select String collection 从报表选择的列
orderBy String collection 报告中列的排序
metadata String 与报告关联的呼叫者管理的元数据
status deviceManagementReportStatus 缓存报表的状态。 可取值为:unknownnotStartedinProgresscompletedfailed
lastRefreshDateTime DateTimeOffset 上次刷新缓存报告的时间
expirationDateTime DateTimeOffset 缓存报告的过期时间

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.deviceManagementCachedReportConfiguration",
  "id": "String (identifier)",
  "reportName": "String",
  "filter": "String",
  "select": [
    "String"
  ],
  "orderBy": [
    "String"
  ],
  "metadata": "String",
  "status": "String",
  "lastRefreshDateTime": "String (timestamp)",
  "expirationDateTime": "String (timestamp)"
}