有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅 查询。
查看传输的复制日志
查看已传输作业运行的复制日志,并根据需要按特定作业运行名称进行筛选。
StorageMoverCopyLogsTransferred
//| where JobRunName = "<your job run name>" // Fill in the placeholder and uncomment this line to filter by a specific job run
| project-away JobRunName
| order by TimeGenerated asc
| limit 100