restorePoint 资源类型

命名空间:microsoft.graph

重要

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

表示 项目protectionPolicy 保护并且可以还原的日期和时间。

以下限制适用于此 API:

  • 将网站或邮箱添加到备份策略时,每 1,000 个站点或邮箱最多可能需要 15 分钟才能使还原点可用。
  • 尽管删除用户的Microsoft Entra ID后,已删除用户的 OneDrive 帐户和邮箱备份会进行维护和还原,但在结果中,该用户显示为空用户。

方法

方法 返回类型 Description
List restorePoint 集合 获取 restorePoint 对象及其属性的列表。
搜索 restorePointSearchResponse 搜索与 protectionUnit 关联的还原点。

属性

属性 类型 说明
id String 还原点的 ID。
protectionDateTime DateTimeOffset 创建还原点的日期时间。
expirationDateTime DateTimeOffset 还原点的到期日期时间。
tags restorePointTags 还原点的类型。 可能的值包括 nonefastRestoreunknownFutureValue

restorePointTags 值

成员 说明
无标记。
fastRestore 获取快速还原点。
unknownFutureValue 可演变枚举 sentinel 值。 请勿使用。

关系

关系 类型 说明
protectionUnit protectionUnitBase 受保护策略保护的站点、驱动器或邮箱单元。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.restorePoint",
  "id": "String (identifier)",
  "protectionDateTime": "String (timestamp)",
  "expirationDateTime": "String (timestamp)",
  "tags": "String"
}