IActionGroupResource.AzureFunctionReceiver Property

Definition

The list of azure function receivers that are part of this action group.

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

Property Value

Attributes

Applies to