你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationActionWorkspace type

将事件数据导出到的 Log Analytics 工作区。 安全警报数据将驻留在“SecurityAlert”表中,评估数据将驻留在“SecurityRecommendation”表(“Security”/“SecurityCenterFree”解决方案下)。 请注意,若要查看工作区中的数据,需要在该工作区上启用安全中心 Log Analytics 免费/标准解决方案。 若要了解有关安全中心持续导出功能的详细信息,请访问 https://aka.ms/ASCExportLearnMore

type AutomationActionWorkspace = AutomationAction & {
  actionType: "Workspace"
  workspaceResourceId?: string
}