You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Represents the restriction status of a Cloud PC supported region, including the CPU provisioning status, GPU provisioning status, and nested virtualization provisioning status."
4
-
author: "JannyMa"
3
+
description: "Represents the restriction status of a Cloud PC supported region, including the CPU provisioning status, GPU provisioning status, nested virtualization provisioning status, and availability zone support status."
4
+
author: "yizcheng-574"
5
5
ms.localizationpriority: medium
6
6
ms.subservice: "cloud-pc"
7
7
doc_type: resourcePageType
8
-
ms.date: 01/16/2025
8
+
ms.date: 03/31/2026
9
9
---
10
10
11
11
# cloudPcSupportedRegionRestrictionDetail resource type
@@ -23,7 +23,7 @@ Represents the restriction status of a [cloudPcSupportedRegion](../resources/clo
23
23
| cPURestricted | Boolean | Indicates that the region is restricted for Cloud PC CPU provisioning. `True` indicates that Cloud PC provisioning with CPU isn't available in this region. `false` indicates that it's available. The default value is `false`. Read-only. |
24
24
| gPURestricted | Boolean | Indicates that the region is restricted for Cloud PC GPU provisioning. `True` indicates that Cloud PC provisioning with GPU isn't available in this region. `false` indicates that it's available. The default value is `false`. Read-only. |
25
25
| nestedVirtualizationRestricted | Boolean | Indicates that the region is restricted for Cloud PC nested virtualization provisioning. `True` indicates that Cloud PC provisioning with nested virtualization isn't available in this region; `false` indicates that it's available. The default value is `false`. Read-only. |
26
-
26
+
| availabilityZoneRestricted | Boolean | Indicates that the region is restricted due to lack of availability zone support. When `True`, the region does not have availability zone infrastructure and is intended for disaster recovery scenarios only. When `false`, the region has full availability zone support. The default is `false`. Read-Only. |
27
27
## Relationships
28
28
29
29
None.
@@ -43,6 +43,7 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: changelog/Microsoft.CloudManagedDesktop.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
{
2
2
"changelog": [
3
+
{
4
+
"ChangeList": [
5
+
{
6
+
"Id": "c2c26a46-94e4-4747-a731-042b7a546a7d",
7
+
"ApiChange": "Property",
8
+
"ChangedApiName": "availabilityZoneRestricted",
9
+
"ChangeType": "Addition",
10
+
"Description": "Added the **availabilityZoneRestricted** property to the [cloudPcSupportedRegionRestrictionDetail](https://learn.microsoft.com/en-us/graph/api/resources/intune-cloudPcSupportedRegionRestrictionDetail?view=graph-rest-beta) resource.",
0 commit comments