次の方法で共有


granularMailboxRestoreArtifact リソースの種類

名前空間: microsoft.graph

メールボックス保護ユニットの復元に使用できる復元ポイントと宛先の詳細を表します。

mailboxRestoreArtifact から継承します。

メソッド

メソッド 戻り値の種類 説明
List mailboxRestoreArtifact コレクション mailboxRestoreArtifact オブジェクトとそのプロパティの一覧を取得します。

プロパティ

プロパティ 説明
artifactCount Int32 このプロパティは間もなく非推奨になります。 使用しないでください。
completionDateTime DateTimeOffset 成果物の復元が完了した時刻。 restoreArtifactBase から継承されます。
destinationType destinationType 復元先を示します。 restoreArtifactBase から継承されます。 使用可能な値: newinPlaceunknownFutureValue
error publicError 成果物の復元が失敗した場合のエラーの詳細が含まれます。 restoreArtifactBase から継承されます。
id 文字列 復元成果物の一意識別子。
restoredFolderId 文字列 ユーザーの新しい復元されたフォルダー識別子。
restoredFolderName 文字列 復元された新しいフォルダー名。
restoredItemCount Int32 フォルダーに復元される項目の数。
searchResponseId 文字列 .
startDateTime DateTimeOffset 成果物の復元が開始された時刻。 restoreArtifactBase から継承されます。
status artifactRestoreStatus 成果物の復元状態。 restoreArtifactBase から継承されます。使用可能な値は、addedschedulingscheduledinProgresssucceededfailedunknownFutureValueです。

リレーションシップ

リレーションシップ 説明
restorePoint restorePoint 成果物が保護ポリシーによって保護され、復元できる日時を表します。 restoreArtifactBase から継承

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.granularMailboxRestoreArtifact",
  "artifactCount": "Int32",
  "id": "String (identifier)",
  "destinationType": "String",
  "status": "String",
  "startDateTime": "String (timestamp)",
  "completionDateTime": "String (timestamp)",
  "error": {
    "@odata.type": "microsoft.graph.publicError"
  },
  "restoredFolderId": "String",
  "restoredFolderName": "String",
  "restoredItemCount": "Int32",
  "searchResponseId": "String"
}