restorePointSearchResponse リソースの種類
名前空間: microsoft.graph
restorePoint が見つからない保護ユニットのコレクションと、指定された期間内に保護履歴を持つ protectionUnit オブジェクトの復元ポイントのコレクションが含まれます。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
noResultProtectionUnitIds | String collection | 復元ポイントのない保護ユニットの一覧が含まれます。 |
searchResponseId | String | 検索応答の一意識別子。 |
searchResults | restorePointSearchResult コレクション | 復元ポイントのコレクションを格納します。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.restorePointSearchResponse",
"searchResponseId": "String",
"searchResults": [
{
"@odata.type": "microsoft.graph.restorePointSearchResult"
}
],
"noResultProtectionUnitIds": [
"String"
]
}