cloudPcSupportedRegion 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 a supported region to establish an Azure network connection for Cloud PCs.

Methods

Method Return type Description
List supportedRegions cloudPcSupportedRegion collection List the supported regions that are available for creating Cloud PC connections.

Properties

Property Type Description
displayName String The name for the supported region. Read-only.
id String The unique identifier for the supported region. Read-only.
regionGroup cloudPcRegionGroup 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. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerlandsouthKorea. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: norway, switzerlandsouthKorea. Read-only.
regionStatus cloudPcSupportedRegionStatus The status of the supported region. Possible values are: available, restricted, unavailable, unknownFutureValue. Read-only.
supportedSolution cloudPcManagementService The supported service or solution for the region. The possible values are: windows365, devBox, unknownFutureValue, rpaBox. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: rpaBox. Read-only.

cloudPcSupportedRegionStatus values

Member Description
available The region is available and fully supports Cloud PCs to be provisioned in that region.
restricted The region is considered a restricted region and can only have a Cloud PC provisioned in that region for specific tenants.
unavailable The region has no support for Cloud PC provisioning.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

cloudPcRegionGroup values

Member Description
default The region belongs to the default region group.
australia The region belongs to the region group: Australia.
canada The region belongs to the region group: Canada.
usCentral The region belongs to the region group: Central US.
usEast The region belongs to the region group: East US.
usWest The region belongs to the region group: West US.
france The region belongs to the region group: France.
germany The region belongs to the region group: Germany.
europeUnion The region belongs to the region group: European Union.
unitedKingdom The region belongs to the region group: United Kingdom.
japan The region belongs to the region group: Japan.
asia The region belongs to the region group: Asia.
india The region belongs to the region group: India.
southAmerica The region belongs to the region group: South America.
euap The region belongs to the region group: Early Update Access Program.
usGovernment The region belongs to the region group: US Government.
usGovernmentDOD The region belongs to the region group: US Government Department of Defense (DOD).
unknownFutureValue Evolvable enumeration sentinel value. Don't use.
norway The region belongs to the region group: Norway.
switzerland The region belongs to the region group: Switzerland.
southKorea The region belongs to the region group: South Korea.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcSupportedRegion",
  "displayName": "String",
  "id": "String (identifier)",
  "regionGroup": "String",
  "regionStatus": "String",
  "supportedSolution": "String"
}