forwardingProfile 资源类型

Namespace:microsoft.graph.networkaccess

重要

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

转发配置文件确定通过全局安全访问服务路由的流量类型以及跳过哪些流量类型。 特定流量的处理由添加到转发配置文件的转发策略决定。

继承自 microsoft.graph.networkaccess.profile

方法

方法 返回类型 Description
List microsoft.graph.networkaccess.forwardingProfile 集合 获取 microsoft.graph.networkaccess.forwardingProfile 对象及其属性的列表。
Get microsoft.graph.networkaccess.forwardingProfile 读取 microsoft.graph.networkaccess.forwardingProfile 对象的属性和关系。
更新分支的转发配置文件 microsoft.graph.networkaccess.forwardingProfile 更新 microsoft.graph.networkaccess.forwardingProfile 对象的属性。

属性

属性 类型 说明
协会 microsoft.graph.networkaccess.association 集合 指定其流量与给定流量转发配置文件关联的用户、组、设备和远程网络。
说明 String 配置文件说明。 继承自 microsoft.graph.networkaccess.profile
id String 配置文件的标识符。 继承自 microsoft.graph.entity
lastModifiedDateTime DateTimeOffset 分析上次修改时间。 继承自 microsoft.graph.networkaccess.profile
name String 配置文件名称。 继承自 microsoft.graph.networkaccess.profile
priority Int32 配置文件优先级。
state microsoft.graph.networkaccess.status 确定配置文件是活动还是非活动。 继承自 microsoft.graph.networkaccess.profile。 可能的值为: enableddisabled
trafficForwardingType microsoft.graph.networkaccess.trafficForwardingType 配置文件流量类型。 可能的值包括 m365internetprivate
version String 版本。

关系

关系 类型 说明
策略 microsoft.graph.networkaccess.policyLink 集合 链接到此流量转发配置文件的策略集合。 继承自 microsoft.graph.networkaccess.profile。 支持 $expand 和 嵌套 $expand 以检索策略。 即 /forwardingProfiles?$expand=policies($expand=policy)

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.networkaccess.forwardingProfile",
  "id": "String (identifier)",
  "name": "String",
  "description": "String",
  "state": "String",
  "version": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "trafficForwardingType": "String",
  "associations": [
    {
      "@odata.type": "microsoft.graph.networkaccess.association"
    }
  ],
  "priority": "Integer"
}