Share via


ActionGroupResource.EmailReceivers Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to