次の方法で共有


SVMPoolRequestLog テーブルのクエリ

Azure portal でこれらのクエリを使用する方法については、 Log Analytics のチュートリアルを参照してください。 REST API については、「 Query」を参照してください。

劣化プールイベント

プールが低下状態になった時刻の一覧。

SVMPoolExecutionLog
| where EventName == "StandbyPoolDegradedPool"
| project TimeGenerated, Location
| sort by TimeGenerated desc
| limit 30