localConnectivityConfiguration リソースの種類
名前空間: microsoft.graph.networkaccess
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
デバイス リンクのトンネル構成の Microsoft 終了を指定します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
Asn | Int32 | IPSec トンネルの一端 (ローカルまたはピア) の ASN を指定します。 |
bgpAddress | String | IPSec トンネルの一端 (ローカルまたはピア) の BGP IPv4 アドレスを指定します。 |
エンドポイント | String | IPSec トンネルの一端 (ローカルまたはピア) のパブリック IPv4 アドレスを指定します。 |
地域 | microsoft.graph.networkaccess.region | リモート ネットワークに最も近いリージョンを指定します。 ピア構成には適用されません。 指定できる値は、eastUS eastUS2 、westUS 、westUS2 、westUS3 、centralUS 、japanWest switzerlandNorth germanyWestCentral franceCentral westEurope ukSouth northEurope northCentralUS southIndia swedenCentral australiaSouthEast koreaCentral centralIndia franceSouth westCentralUS southAfricaWest canadaCentral southAfricaNorth canadaEast uaeNorth southCentralUS australiaEast southEastAsia koreaSouth japanEast italyNorth polandCentral brazilSouth koreaSouth 、、 israelCentral unknownFutureValue です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.networkaccess.localConnectivityConfiguration",
"endpoint": "String",
"asn": "Integer",
"bgpAddress": "String",
"region": "String"
}