LogicAppReceiver 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
LogicAppReceiver() |
Initializes a new instance of the LogicAppReceiver class. |
LogicAppReceiver(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the LogicAppReceiver class. |
LogicAppReceiver()
Initializes a new instance of the LogicAppReceiver class.
public LogicAppReceiver ();
Public Sub New ()
Applies to
LogicAppReceiver(String, String, String, Nullable<Boolean>)
Initializes a new instance of the LogicAppReceiver class.
public LogicAppReceiver (string name, string resourceId, string callbackUrl, bool? useCommonAlertSchema = default);
new Microsoft.Azure.Management.Monitor.Models.LogicAppReceiver : string * string * string * Nullable<bool> -> Microsoft.Azure.Management.Monitor.Models.LogicAppReceiver
Public Sub New (name As String, resourceId As String, callbackUrl As String, Optional useCommonAlertSchema As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
The name of the logic app receiver. Names must be unique across all receivers within an action group.
- resourceId
- String
The azure resource id of the logic app receiver.
- callbackUrl
- String
The callback url where http request sent to.
Applies to
Azure SDK for .NET