LogicAppReceiver Class

Definition

A logic app receiver.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.LogicAppReceiverTypeConverter))]
public class LogicAppReceiver : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ILogicAppReceiver
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.LogicAppReceiverTypeConverter))>]
type LogicAppReceiver = class
    interface IActionGroupReceiver
    interface ILogicAppReceiver
    interface IJsonSerializable
Public Class LogicAppReceiver
Implements IActionGroupReceiver, ILogicAppReceiver
Inheritance
LogicAppReceiver
Attributes
Implements

Constructors

LogicAppReceiver()

Creates an new LogicAppReceiver instance.

Properties

CallbackUrl

The callback url where http request sent to.

Name

The name of the logic app receiver. Names must be unique across all receivers within an action group.

ResourceId

The azure resource id of the logic app receiver.

UseCommonAlertSchema

Indicates whether to use common alert schema.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LogicAppReceiver.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LogicAppReceiver.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ILogicAppReceiver.

FromJsonString(String)

Creates a new instance of LogicAppReceiver, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LogicAppReceiver into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to