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

AutomationActionEventHub type

将导出事件数据的目标事件中心。 若要了解有关安全中心持续导出功能的详细信息,请访问 https://aka.ms/ASCExportLearnMore

type AutomationActionEventHub = AutomationAction & {
  actionType: "EventHub"
  connectionString?: string
  eventHubResourceId?: string
  sasPolicyName?: string
}