Share via


IActionGroupResource.LogicAppReceiver Property

Definition

The list of logic app receivers that are part of this action group.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Info(Create=true, Description="The list of logic app receivers that are part of this action group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ILogicAppReceiver) }, Read=true, ReadOnly=false, Required=false, SerializedName="logicAppReceivers", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ILogicAppReceiver> LogicAppReceiver { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.Info(Create=true, Description="The list of logic app receivers that are part of this action group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ILogicAppReceiver) }, Read=true, ReadOnly=false, Required=false, SerializedName="logicAppReceivers", Update=true)>]
member this.LogicAppReceiver : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.ILogicAppReceiver> with get, set
Public Property LogicAppReceiver As List(Of ILogicAppReceiver)

Property Value

Attributes

Applies to