名前空間: 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 | リモート ネットワークに最も近いリージョンを指定します。 ピア構成には適用されません。 指定できる値は、eastUSeastUS2、westUS、westUS2、westUS3、centralUS、japanWestswitzerlandNorthgermanyWestCentralfranceCentralwestEuropeukSouthnorthEuropenorthCentralUSsouthIndiaswedenCentralaustraliaSouthEastkoreaCentralcentralIndiafranceSouthwestCentralUSsouthAfricaWestcanadaCentralsouthAfricaNorthcanadaEastuaeNorthsouthCentralUSaustraliaEastsouthEastAsiakoreaSouthjapanEastitalyNorthpolandCentralbrazilSouthkoreaSouth、、 israelCentralunknownFutureValueです。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.networkaccess.localConnectivityConfiguration",
"endpoint": "String",
"asn": "Integer",
"bgpAddress": "String",
"region": "String"
}