命名空间:microsoft.graph.networkaccess
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
包含有关网络运行状况、状态、指标和作的信息。
此资源是抽象类型。
方法
| 方法 | 返回类型 | Description |
|---|---|---|
| List | microsoft.graph.networkaccess.remotenetworkhealthevent 集合 | 获取 microsoft.graph.networkaccess.remotenetworkhealthevent 对象及其属性的列表。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| bgpRoutesAdvertisedCount | Int32 | 通过隧道播发的 BGP 路由数。 |
| createdDateTime | DateTimeOffset | 以 UTC 表示的原始事件生成时间。 支持 $filter (ge、 le) 和 $orderby。 |
| description | String | 事件的说明。 |
| destinationIp | String | 目标的 IP 地址。 |
| id | String | 每个 remoteNetworkHealthEvent 的唯一标识符。 |
| remoteNetworkId | String | 每个 remoteNetwork 站点的唯一标识符。 支持 $filter(eq)。 |
| sourceIp | String | 公共 IP 地址。 |
| status | microsoft.graph.networkaccess.remoteNetworkStatus | 远程网络的状态。 可能的值包括 tunnelDisconnected、tunnelConnected、bgpDisconnected、bgpConnected、remoteNetworkAlive、unknownFutureValue。 |
| sentBytes | Int64 | 从源发送到连接或会话的目标的字节数。 |
| receivedBytes | Int64 | 从目标发送到源的字节数。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"id": "String (identifier)",
"remoteNetworkId": "String (identifier)",
"createdDateTime": "String (timestamp)",
"status": "enum",
"sourceIp": "String (IP address)",
"destinationIp": "String (IP address)",
"sentBytes": "Integer",
"receivedBytes": "Integer",
"description": "String",
"bgpRoutesAdvertisedCount": "Integer"
}