cloudPcCrossRegionDisasterRecoverySetting 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 for cross-region disaster recovery on a Cloud PC.

Properties

Property Type Description
crossRegionDisasterRecoveryEnabled Boolean True if an end user is allowed to set up cross-region disaster recovery for Cloud PC; otherwise, false. The default value is false.
disasterRecoveryNetworkSetting cloudPcDisasterRecoveryNetworkSetting Indicates the network settings of the Cloud PC during a cross-region disaster recovery operation.
maintainCrossRegionRestorePointEnabled Boolean Indicates whether Windows 365 maintain the cross-region disaster recovery function generated restore points. If true, the Windows 365 stored restore points; false indicates that Windows 365 doesn't generate or keep the restore point from the original Cloud PC. If a disaster occurs, the new Cloud PC can only be provisioned using the initial image. This limitation can result in the loss of some user data on the original Cloud PC. The default value is false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcRestorePointSetting",
  "crossRegionDisasterRecoveryEnabled": "Boolean",
  "disasterRecoveryNetworkSetting": {"@odata.type": "microsoft.graph.cloudPcDisasterRecoveryNetworkSetting"},
  "maintainCrossRegionRestorePointEnabled": "Boolean"
}