AutomationActionLogicApp Constructors
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.
Overloads
AutomationActionLogicApp() |
Initializes a new instance of the AutomationActionLogicApp class. |
AutomationActionLogicApp(String, String) |
Initializes a new instance of the AutomationActionLogicApp class. |
AutomationActionLogicApp()
Initializes a new instance of the AutomationActionLogicApp class.
public AutomationActionLogicApp ();
Public Sub New ()
Applies to
AutomationActionLogicApp(String, String)
Initializes a new instance of the AutomationActionLogicApp class.
public AutomationActionLogicApp (string logicAppResourceId = default, string uri = default);
new Microsoft.Azure.Management.Security.Models.AutomationActionLogicApp : string * string -> Microsoft.Azure.Management.Security.Models.AutomationActionLogicApp
Public Sub New (Optional logicAppResourceId As String = Nothing, Optional uri As String = Nothing)
Parameters
- logicAppResourceId
- String
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
- String
The Logic App trigger URI endpoint (it will not be included in any response).