restorePointSearchResponse resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
]
}