共用方式為


AmlRegistryWriteEventsLog 數據表的查詢

如需在 Azure 入口網站 中使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢

所有 WRITE 事件

擷取 WRITE 的事件清單。

AmlRegistryWriteEventsLog
| project
	TimeGenerated,
	RegistryResourceId,
	OperationType,
	UserName,
	AssetName,
	AssetVersion
| top 100 by TimeGenerated