deviceManagementReportSchedule 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
表示送达报告的计划的实体
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 此实体的唯一标识符 |
| reportScheduleName | String | 计划的名称 |
| subject | String | 已送达的计划报告的主题 |
| 电子邮件 | String collection | 将计划报告传递到的电子邮件 |
| recurrence | deviceManagementScheduledReportRecurrence | 计划报告传递的频率。 可取值为:none、daily、weekly、monthly。 |
| startDateTime | DateTimeOffset | 计划报告交付开始的时间 |
| endDateTime | DateTimeOffset | 计划报告传递结束的时间 |
| userId | String | 创建报告的用户的 ID |
| reportName | String | 报告的名称 |
| filter | String | 应用于报表的筛选器 |
| select | String collection | 从报表选择的列 |
| orderBy | String collection | 报告中列的排序 |
| format | deviceManagementReportFileFormat | 计划报表的格式。 可取值为:csv、pdf。 |
关系
无
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"
}
反馈
提交和查看相关反馈