mailboxRestoreArtifactsBulkAdditionRequest 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示与 Exchange 还原会话关联的 mailboxRestoreArtifactsBulkAdditionRequest 的属性。 它包含以批量操作添加到相应 Exchange 还原会话的邮箱列表。
继承自 restoreArtifactsBulkRequestBase。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
createdBy | identitySet | 创建批量请求的人员的标识。 继承自 restoreArtifactsBulkRequestBase。 |
createdDateTime | DateTimeOffset | 创建批量请求的时间。 继承自 restoreArtifactsBulkRequestBase。 |
destinationType | destinationType | 指示还原目标。 可能的值包括 new 、inPlace 、unknownFutureValue 。 继承自 restoreArtifactsBulkRequestBase。 |
directoryObjectIds | 字符串集合 | 在批量操作中添加到相应 Exchange 还原会话的目录对象 ID 的列表。 尚未实现此属性。 未来值;请勿使用。 |
displayName | String | 添加请求的名称。 继承自 restoreArtifactsBulkRequestBase。 |
error | publicError | 为资源解析失败填充错误详细信息。 继承自 restoreArtifactsBulkRequestBase。 |
id | String | 与还原会话关联的批量请求的唯一标识符。 继承自 restoreArtifactsBulkRequestBase。 |
lastModifiedBy | identitySet | 上次修改此实体的人员的身份。 继承自 restoreArtifactsBulkRequestBase。 |
lastModifiedDateTime | DateTimeOffset | 上次修改此实体时的时间戳。 继承自 restoreArtifactsBulkRequestBase。 |
邮箱 | 字符串集合 | 在批量操作中添加到相应 Exchange 还原会话的电子邮件地址列表。 |
protectionTimePeriod | timePeriod | 保护期的开始和结束日期时间。 继承自 restoreArtifactsBulkRequestBase。 |
protectionUnitIds | 字符串集合 | 指示要还原的保护单元。 尚未实现此属性。 未来值;请勿使用。 继承自 restoreArtifactsBulkRequestBase。 |
restorePointPreference | restorePointPreference | 指示要返回的还原点。 可能的值包括 oldest 、latest 、unknownFutureValue 。 继承自 restoreArtifactsBulkRequestBase。 |
status | restoreArtifactsBulkRequestStatus | 长时间运行的操作的状态。 可能的值包括 unknown 、active 、completed 、completedWithErrors 、unknownFutureValue 。 继承自 restoreArtifactsBulkRequestBase。 |
tags | restorePointTags | 还原点的类型。 可能的值包括 none 、fastRestore 、unknownFutureValue 。 继承自 restoreArtifactsBulkRequestBase。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest",
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"destinationType": "String",
"directoryObjectIds": ["String"],
"displayName": "String",
"error": {"@odata.type": "microsoft.graph.publicError"},
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"mailboxes": ["String"],
"protectionTimePeriod": {"@odata.type": "microsoft.graph.timePeriod"},
"protectionUnitIds": ["String"],
"restorePointPreference": "String",
"status": "String",
"tags": "String"
}