LogicAppReceiver 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.
A logic app receiver.
public class LogicAppReceiver
type LogicAppReceiver = class
Public Class LogicAppReceiver
- Inheritance
-
LogicAppReceiver
Constructors
LogicAppReceiver() |
Initializes a new instance of the LogicAppReceiver class. |
LogicAppReceiver(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the LogicAppReceiver class. |
Properties
CallbackUrl |
Gets or sets the callback url where http request sent to. |
Name |
Gets or sets the name of the logic app receiver. Names must be unique across all receivers within an action group. |
ResourceId |
Gets or sets the azure resource id of the logic app receiver. |
UseCommonAlertSchema |
Gets or sets indicates whether to use common alert schema. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET