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
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 disaster recovery status of a Cloud PC, including the primary region, secondary region, capability type, and license type.
Properties
Property | Type | Description |
---|---|---|
capabilityType | cloudPcDisasterRecoveryCapabilityType | The disaster recovery action that can be performed for the Cloud PC. The possible values are: none , failover , failback , unknownFutureValue . |
licenseType | cloudPcDisasterRecoveryLicenseType | The disaster recovery license type that provides the capability. The possible values are: none , standard , unknownFutureValue , plus . Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: plus . |
primaryRegion | String | The primary and mainly used region where the Cloud PC is located. |
secondaryRegion | String | The secondary region to which the Cloud PC can be failed over during a regional outage. |
cloudPcDisasterRecoveryCapabilityType values
Member | Description |
---|---|
none | The Cloud PC device doesn't support disaster recovery actions. |
failover | The Cloud PC device supports disaster recovery failover action. |
failback | The Cloud PC device supports disaster recovery failback action. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
cloudPcDisasterRecoveryLicenseType values
Member | Description |
---|---|
none | Default. The Cloud PC has no disaster recovery license. |
standard | Indicates the Cloud PC cross-region disaster recovery add-in license. With this license, the backup device for the Cloud PC is provisioned after the failover action is triggered. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
plus | Indicates the Cloud PC disaster recovery plus add-in license. With this license, the backup device is provisioned after the license is assigned. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcDisasterRecoveryCapability",
"capabilityType": "String",
"licenseType": "String",
"primaryRegion": "String",
"secondaryRegion": "String"
}