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
Copy file name to clipboardExpand all lines: api-reference/beta/resources/cloudpcsupportedregion.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Represents a supported region to establish an Azure network connection for Cloud
30
30
|geographicLocationType|[cloudPcGeographicLocationType](../resources/cloudpcgeographiclocationtype.md)| The geographic location where the region is located. Read-only.|
31
31
|id|String|The unique identifier for the supported region. Read-only.|
32
32
|regionGroup|[cloudPcRegionGroup](../resources/cloudpcregiongroup.md)|The geographic group this region belongs to. Multiple regions can belong to one region group. For example, the `europeUnion` region group contains the Northern Europe and Western Europe regions. A customer can select a region group when provisioning a Cloud PC; however, the Cloud PC is put under one of the regions under the group based on resource capacity. The region with more quota is chosen. Read-only.|
33
-
|regionRestrictionDetail|[cloudPcSupportedRegionRestrictionDetail](../resources/cloudpcsupportedregionrestrictiondetail.md)| When the region isn't available, all region restrictions are set to `true`. These restrictions apply to three properties: **cPURestricted**, **gPURestricted**, and **nestedVirtualizationRestricted**. **cPURestricted** indicates whether the region is available for CPU, **gPURestricted** indicates whether the region is available for GPU, and **nestedVirtualizationRestricted** indicates whether the region is available for nested virtualization. Read-only.|
33
+
|regionRestrictionDetail|[cloudPcSupportedRegionRestrictionDetail](../resources/cloudpcsupportedregionrestrictiondetail.md)| When the region isn't available, all region restrictions are set to `true`. These restrictions apply to four properties: **cPURestricted**, **gPURestricted**, **nestedVirtualizationRestricted**and **availabilityZoneRestricted**. **cPURestricted** indicates whether the region is available for CPU, **gPURestricted** indicates whether the region is available for GPU, **nestedVirtualizationRestricted** indicates whether the region is available for nested virtualization, and **availabilityZoneRestricted** indicates whether the region is available for availability zone support. Read-only.|
34
34
|regionStatus|[cloudPcSupportedRegionStatus](#cloudpcsupportedregionstatus-values)|The status of the supported region. The possible values are: `available`, `restricted`, `unavailable`, `unknownFutureValue`. Read-only.|
35
35
|supportedSolution|[cloudPcManagementService](../resources/cloudpconpremisesconnection.md#cloudpcmanagementservice-values)|The supported service or solution for the region. The possible values are: `windows365`, `devBox`, `unknownFutureValue`, `rpaBox`, `microsoft365Opal`, `microsoft365BizChat`. Use the `Prefer: include-unknown-enum-members` request header to get the following value or values in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `rpaBox`. Read-only.|
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