restoreArtifactsBulkRequestBase 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

一个抽象类型,表示与其中一个还原会话关联的批量请求。

siteRestoreArtifactsBulkAdditionRequestsmailboxRestoreArtifactsBulkAdditionRequestsdriveRestoreArtifactsBulkAdditionRequests 的基类型。

继承自 entity

属性

属性 类型 说明
createdBy identitySet 创建批量请求的人员的标识。
createdDateTime DateTimeOffset 创建批量请求的时间。
destinationType destinationType 指示还原目标。 可能的值包括 newinPlaceunknownFutureValue
displayName String 添加请求的名称。
error publicError 为资源解析失败填充错误详细信息。
id String 与还原会话关联的批量请求的唯一标识符。 继承自 entity
lastModifiedBy identitySet 上次修改此实体的人员的身份。
lastModifiedDateTime DateTimeOffset 上次修改此实体时的时间戳。
protectionTimePeriod timePeriod 保护期的开始和结束日期和时间。
protectionUnitIds 字符串集合 指示要还原的保护单元。 尚未实现此属性。 未来值;请勿使用。
restorePointPreference restorePointPreference 指示要返回的还原点。 可能的值包括 oldestlatestunknownFutureValue
status restoreArtifactsBulkRequestStatus 确定长时间运行的操作的状态。 可能的值区域:unknown、、activecompletedcompletedWithErrorsunknownFutureValue
tags restorePointTags 还原点的类型。 可能的值包括 nonefastRestoreunknownFutureValue

restoreArtifactsBulkRequestStatus 值

成员 说明
unknown 还原会话处于不确定状态,可能是由于临时系统问题或错误。
积极 创建实体时的初始状态为 active
完成 将所有保护资源添加到相应的还原会话时,实体的状态变为 completed。 状态从 转换为 activecompleted
completedWithErrors 如果在资源解析过程中遇到任何故障,实体的状态将变为 completedWithErrors。 状态从 转换为 activecompletedWithErrors
unknownFutureValue 可演变枚举 sentinel 值。 请勿使用。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.restoreArtifactsBulkRequestBase",
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "destinationType": "String",
  "displayName": "String",
  "error": {"@odata.type": "microsoft.graph.publicError"},
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)",
  "protectionTimePeriod": {"@odata.type": "microsoft.graph.timePeriod"},
  "protectionUnitIds": ["String"],
  "restorePointPreference": "String",
  "status": "String",
  "tags": "String"
}