cloudPcRestorePointSetting 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.
Represents the settings of a point-in-time restore of a Cloud PC.
Properties
Property | Type | Description |
---|---|---|
frequencyInHours | Int32 | The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are 4 , 6 , 12 , 16 , and 24 . The default frequency is 12 hours. |
userRestoreEnabled | Boolean | If true , the user has the ability to use snapshots to restore Cloud PCs. If false , non-admin users cannot use snapshots to restore the Cloud PC. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.cloudPcRestorePointSetting",
"frequencyInHours": "Integer",
"userRestoreEnabled": "Boolean"
}
Feedback
Submit and view feedback for