你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EGNMqttDisconnections 表的查询

有关在Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅 查询

断开连接原因查询

断开连接按原因报告。

EGNMqttDisconnections
| summarize count() by ResultSignature

会话断开连接查询

按会话名称报告断开连接。

EGNMqttDisconnections
| summarize count() by SessionName