restorePoint リソースの種類

名前空間: microsoft.graph

成果物protectionPolicy によって保護され、復元できる日時を表します。

メソッド

メソッド 戻り値の種類 説明
List restorePoint コレクション restorePoint オブジェクトとそのプロパティの一覧を取得します。
検索 restorePointSearchResponse protectionUnit に関連付けられている復元ポイントを検索します。

プロパティ

プロパティ 説明
id String 復元ポイントの ID。
protectionDateTime DateTimeOffset 復元ポイントが作成された日時。
expirationDateTime DateTimeOffset 復元ポイントの有効期限日時。
tags restorePointTags 復元ポイントの種類。 使用可能な値: nonefastRestoreunknownFutureValue

restorePointTags 値

メンバー 説明
none タグなし。
fastRestore 高速復元ポイントを取得します。
unknownFutureValue 進化可能な列挙センチネル値。 使用しないでください。

リレーションシップ

リレーションシップ 説明
protectionUnit protectionUnitBase 保護ポリシーで保護されているサイト、ドライブ、またはメールボックス ユニット。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

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