remoteNetwork 资源类型
命名空间:microsoft.graph.networkaccess
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
远程网络表示分支机构等位置,客户本地设备 (CPE) 通过 IPsec 隧道连接到最近的全局安全访问服务部署。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 远程网络的标识符。 继承自 microsoft.graph.entity。 |
lastModifiedDateTime | DateTimeOffset | 上次修改时间。 |
name | String | 名称。 |
地区 | 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 |
version | String | 远程网络版本。 |
关系
关系 | 类型 | 说明 |
---|---|---|
connectivityConfiguration | microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration 集合 | 指定与远程网络关联的所有设备链接的连接详细信息。 |
deviceLinks | microsoft.graph.networkaccess.deviceLink 集合 | 指定与远程网络关联的每个唯一 CPE 设备。 支持 $expand 。 |
forwardingProfiles | microsoft.graph.networkaccess.forwardingProfile 集合 | 指定了与远程网络关联的每个转发配置文件。 支持 $expand 和 $select 。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.networkaccess.remoteNetwork",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"name": "String",
"region": "microsoft.graph.networkaccess.region",
"version": "String",
}