NotificationRequestBody.AzureAppPushReceivers Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to