مشاركة عبر


AutomationActionLogicApp type

إجراء تطبيق المنطق الذي يجب تشغيله. لمعرفة المزيد حول قدرات أتمتة سير العمل في مركز الأمان، تفضل بزيارة https://aka.ms/ASCWorkflowAutomationLearnMore

type AutomationActionLogicApp = AutomationAction & {
  actionType: "LogicApp"
  logicAppResourceId?: string
  uri?: string
}