AutomationActionEventHub type
مركز الأحداث الهدف الذي سيتم تصدير بيانات الحدث إليه. لمعرفة المزيد حول قدرات التصدير المستمر لمركز الأمان، تفضل بزيارة https://aka.ms/ASCExportLearnMore
type AutomationActionEventHub = AutomationAction & {
actionType: "EventHub"
connectionString?: string
eventHubResourceId?: string
sasPolicyName?: string
}