Edit

cloudPcRegionGroupConfiguration 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 region group configuration for the Microsoft-hosted network.

Properties

Property Type Description
regionGroup cloudPcRegionGroup The logical geographic group this region belongs to. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe, singapore, hongKong, ireland, sweden, poland, italy, spain, netherlands, brazil, israel, automatic, indonesia, taiwan, malaysia, newZealand, austria, denmark, belgium, kenya. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe, singapore, hongKong, ireland, sweden, poland, italy, spain, netherlands, brazil, israel, automatic, indonesia, taiwan, malaysia, newZealand, austria, denmark, belgium, kenya. The default value is automatic.
regions String collection The list of region names within the region group. The default value is automatic.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcRegionGroupConfiguration",
  "regionGroup": "String",
  "regions": ["String"]
}