SCGPoolExecutionLog 表的查询

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

设置更新池事件

最近 10 个设置更新的列表。

SCGPoolRequestLog
| project TimeGenerated, Location
| sort by TimeGenerated desc
| limit 30