entitiesSummary 资源类型
命名空间:microsoft.graph.networkaccess
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
包含有关唯一连接实体的信息。
属性
属性 | 类型 | 说明 |
---|---|---|
deviceCount | Int64 | 看到的唯一设备数。 |
trafficType | microsoft.graph.networkaccess.trafficType | 流量分类。 可能的值包括 internet 、private 、microsoft365 、all 。 |
userCount | Int64 | 看到的唯一Microsoft Entra ID用户数。 |
workloadCount | Int64 | 看到的唯一目标工作负载/主机数。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.networkaccess.entitiesSummary",
"trafficType": "String",
"userCount": "Integer",
"deviceCount": "Integer",
"workloadCount": "Integer"
}