命名空间:microsoft.graph.networkaccess
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
包含有关网络事务的信息。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| blockedCount | Int32 | 被阻止的事务数。 |
| totalCount | Int32 | 事务总数。 |
| trafficType | microsoft.graph.networkaccess.trafficType | trraffic 分类。 可取值为:internet、private、microsoft365 和 all。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.networkaccess.transactionSummary",
"trafficType": "String",
"totalCount": "Integer",
"blockedCount": "Integer"
}