ActionGroup.SmsReceivers Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to