LogicAppReceiver Constructors

Definition

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.

useCommonAlertSchema
Nullable<Boolean>

Indicates whether to use common alert schema.

Applies to