Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the settings of a point-in-time restore of a Cloud PC.
Properties
| Property | Type | Description |
|---|---|---|
| frequencyType | cloudPcRestorePointFrequencyType | The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours. |
| userRestoreEnabled | Boolean | If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can't use snapshots to restore the Cloud PC. |
cloudPcRestorePointFrequencyType values
| Member | Description |
|---|---|
| default | Default. Indicates that the time interval for automatic capturing of restore point snapshots is set to a default value of 12 hours. |
| fourHours | Indicates that the time interval for automatic capturing of restore point snapshots is set to 4 hours. |
| sixHours | Indicates that the time interval for automatic capturing of restore point snapshots is set to 6 hours. |
| twelveHours | Indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours. |
| sixteenHours | Indicates that the time interval for automatic capturing of restore point snapshots is set to 16 hours. |
| twentyFourHours | Indicates that the time interval for automatic capturing of restore point snapshots is set to 24 hours. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcRestorePointSetting",
"frequencyType": "String",
"userRestoreEnabled": "Boolean"
}