restorePointSearchResponse resource type
Namespace: microsoft.graph
Contains a collection of protection units for which no restorePoint is found and a collection of restore points for the protectionUnit objects with a protection history in the specified time period.
Properties
Property | Type | Description |
---|---|---|
noResultProtectionUnitIds | String collection | Contains alist of protection units with no restore points. |
searchResponseId | String | The unique identifier of the search response. |
searchResults | restorePointSearchResult collection | Contains a collection of restore points. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.restorePointSearchResponse",
"searchResponseId": "String",
"searchResults": [
{
"@odata.type": "microsoft.graph.restorePointSearchResult"
}
],
"noResultProtectionUnitIds": [
"String"
]
}