对 OLPSupplyChainEntityOperations 表的查询

成功的仓库删除请求计数

评估成功的仓库删除请求计数。

SupplyChainEntityOperationLogs
| where RequestMethod == "DELETE" and OperationName == "Microsoft.OpenLogisticsPlatform/workspace/warehouses/delete" and HttpStatusCode == 200
| summarize Count = count() by RequestId