名前空間: microsoft.graph
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
Microsoft がホストするネットワークのリージョン グループの構成を表します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| regionGroup | cloudPcRegionGroup | この領域が属する論理地理グループ。 有効な値は、 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です。
Prefer: include-unknown-enum-members 要求ヘッダーを使用して、この進化可能な列挙型の値を取得します: 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。 既定値は automatic です。 |
| regions | String collection | リージョン グループ内のリージョン名の一覧。 既定値は automatic です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.cloudPcRegionGroupConfiguration",
"regionGroup": "String",
"regions": ["String"]
}