AutomationActionLogicApp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The logic app action that should be triggered. To learn more about Microsoft Defender for Cloud's Workflow Automation capabilities, visit https://aka.ms/ASCWorkflowAutomationLearnMore
[Newtonsoft.Json.JsonObject("LogicApp")]
public class AutomationActionLogicApp : Microsoft.Azure.Management.Security.Models.AutomationAction
[<Newtonsoft.Json.JsonObject("LogicApp")>]
type AutomationActionLogicApp = class
inherit AutomationAction
Public Class AutomationActionLogicApp
Inherits AutomationAction
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AutomationActionLogicApp() |
Initializes a new instance of the AutomationActionLogicApp class. |
AutomationActionLogicApp(String, String) |
Initializes a new instance of the AutomationActionLogicApp class. |
Properties
LogicAppResourceId |
Gets or sets the triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App |
Uri |
Gets or sets the Logic App trigger URI endpoint (it will not be included in any response). |
Extension Methods
ConvertToPSType(AutomationAction) |