Freigeben über


AutomationActionEventHub type

Der Zielereignishub, in den Ereignisdaten exportiert werden. Weitere Informationen zu den kontinuierlichen Exportfunktionen von Security Center finden Sie unter https://aka.ms/ASCExportLearnMore

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