localConnectivityConfiguration 资源类型
命名空间:microsoft.graph.networkaccess
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
指定设备链接的隧道配置的 Microsoft 端。
属性
属性 | 类型 | 说明 |
---|---|---|
asn | Int32 | 指定 IPSec 隧道一端的 ASN, (本地或对等) 。 |
bgpAddress | String | 指定 IPSec 隧道一端的 BGP IPv4 地址, (本地或对等) 。 |
端点 | String | 指定 IPSec 隧道一端的公共 IPv4 地址 (本地或对等) 。 |
地区 | microsoft.graph.networkaccess.region | 指定离远程网络最近的区域。 不适用于对等配置。 可能的值包括:eastUS 、、eastUS2 、、westUS 、westUS2 westUS3 northEurope southCentralUS westEurope germanyWestCentral southAfricaWest switzerlandNorth centralUS canadaEast ukSouth northCentralUS canadaCentral franceCentral 、uaeNorth southAfricaNorth australiaEast westCentralUS southIndia swedenCentral australiaSouthEast southEastAsia koreaCentral koreaSouth brazilSouth japanWest koreaSouth japanEast centralIndia polandCentral italyNorth 、franceSouth 、 。 unknownFutureValue israelCentral |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.networkaccess.localConnectivityConfiguration",
"endpoint": "String",
"asn": "Integer",
"bgpAddress": "String",
"region": "String"
}