Share via


IActionGroupResource.AzureAppPushReceiver Property

Definition

The list of AzureAppPush receivers that are part of this action group.

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

Property Value

Attributes

Applies to