AutomationActionLogicApp type
应触发的逻辑应用作。 若要详细了解安全中心的工作流自动化功能,请访问 https://aka.ms/ASCWorkflowAutomationLearnMore
type AutomationActionLogicApp = AutomationAction & {
actionType: "LogicApp"
logicAppResourceId?: string
uri?: string
}