Delen via


AutomationActionEventHub type

De doel-Event Hub waarnaar gebeurtenisgegevens worden geëxporteerd. Ga naar https://aka.ms/ASCExportLearnMore voor meer informatie over mogelijkheden voor continue export van Security Center

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