NotificationRequestBody.LogicAppReceivers Property

Definition

Gets or sets the list of logic app receivers that are part of this action group.

[Newtonsoft.Json.JsonProperty(PropertyName="logicAppReceivers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogicAppReceiver> LogicAppReceivers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="logicAppReceivers")>]
member this.LogicAppReceivers : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogicAppReceiver> with get, set
Public Property LogicAppReceivers As IList(Of LogicAppReceiver)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to