deviceManagementReportSchedule 资源类型

命名空间:microsoft.graph

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

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

表示送达报告的计划的实体

方法

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

属性

属性 类型 说明
id String 此实体的唯一标识符
reportScheduleName String 计划的名称
subject String 已送达的计划报告的主题
电子邮件 String collection 将计划报告传递到的电子邮件
recurrence deviceManagementScheduledReportRecurrence 计划报告传递的频率。 可取值为:nonedailyweeklymonthly
startDateTime DateTimeOffset 计划报告交付开始的时间
endDateTime DateTimeOffset 计划报告传递结束的时间
userId String 创建报告的用户的 ID
reportName String 报告的名称
filter String 应用于报表的筛选器
select String collection 从报表选择的列
orderBy String collection 报告中列的排序
format deviceManagementReportFileFormat 计划报表的格式。 可取值为:csvpdf

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.deviceManagementReportSchedule",
  "id": "String (identifier)",
  "reportScheduleName": "String",
  "subject": "String",
  "emails": [
    "String"
  ],
  "recurrence": "String",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)",
  "userId": "String",
  "reportName": "String",
  "filter": "String",
  "select": [
    "String"
  ],
  "orderBy": [
    "String"
  ],
  "format": "String"
}