次の方法で共有


AutomationActionEventHub type

イベント データのエクスポート先となるターゲット イベント ハブ。 Security Center の連続エクスポート機能の詳細については、https://aka.ms/ASCExportLearnMore

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