branchSite 资源类型 (已弃用)

命名空间:microsoft.graph.networkaccess

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

重要

已弃用,即将停用。 请改用 remoteNetwork 资源类型 及其关联方法。

分支将客户本地设备 (CPE) 连接到全局安全访问服务边缘网络。

继承自 microsoft.graph.entity

方法

方法 返回类型 说明
列出 branchSites microsoft.graph.networkaccess.branchSite 集合 获取 microsoft.graph.networkaccess.branchSite 对象及其属性的列表。
创建 branchSite microsoft.graph.networkaccess.branchSite 创建新的 microsoft.graph.networkaccess.branchSite 对象。
获取 branchSite microsoft.graph.networkaccess.branchSite 读取 microsoft.graph.networkaccess.branchSite 对象的属性和关系。
更新 branchSite microsoft.graph.networkaccess.branchSite 更新 microsoft.graph.networkaccess.branchSite 对象的属性。
删除 branchSite 删除 microsoft.graph.networkaccess.branchSite 对象。

属性

属性 类型 说明
bandwidthCapacity Int64 确定分支站点) 带宽允许的最大 Mbps (兆位/秒。 可能的值是:2505007501000
connectivityState microsoft.graph.networkaccess.connectivityState 确定分支站点状态。 可能的值包括 pendingconnectedinactiveerror
id String 分支的标识符。 继承自 microsoft.graph.entity
lastModifiedDateTime DateTimeOffset 上次修改时间。
name String 名称。
地区 microsoft.graph.networkaccess.region 指定离远程网络最近的区域。 可能的值包括:eastUS、、eastUS2、、westUSwestUS2westUS3northEuropesouthCentralUSwestEuropegermanyWestCentralsouthAfricaWestswitzerlandNorthcentralUScanadaEastukSouthnorthCentralUScanadaCentralfranceCentraluaeNorthsouthAfricaNorthaustraliaEastwestCentralUSsouthIndiaswedenCentralaustraliaSouthEastsouthEastAsiakoreaCentralkoreaSouthbrazilSouthjapanWestkoreaSouthjapanEastcentralIndiapolandCentralitalyNorthfranceSouth、 。 unknownFutureValueisraelCentral
version String 分支版本。
国家/地区 (已弃用) String 分支站点是在指定国家/地区创建的。 请勿使用。

关系

关系 类型 说明
connectivityConfiguration microsoft.graph.networkaccess.branchConnectivityConfiguration 集合 指定与分支关联的所有设备链接的连接详细信息。
deviceLinks microsoft.graph.networkaccess.deviceLink 集合 指定与分支关联的每个唯一 CPE 设备。 支持 $expand
forwardingProfiles microsoft.graph.networkaccess.forwardingProfile 集合 指定了与分支站点关联的每个转发配置文件。 支持 $expand

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.networkaccess.branchSite",
  "id": "String (identifier)",
  "name": "String",
  "country": "String",
  "region": "String",
  "connectivityState": "String",
  "bandwidthCapacity": "Integer",
  "version": "String",
  "lastModifiedDateTime": "String (timestamp)"
}