如需在 Azure 入口網站 中使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢。
降級的集區事件
集區進入降級狀態的時間清單。
SVMPoolExecutionLog
| where EventName == "StandbyPoolDegradedPool"
| project TimeGenerated, Location
| sort by TimeGenerated desc
| limit 30
如需在 Azure 入口網站 中使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢。
集區進入降級狀態的時間清單。
SVMPoolExecutionLog
| where EventName == "StandbyPoolDegradedPool"
| project TimeGenerated, Location
| sort by TimeGenerated desc
| limit 30