ActionGroup.VoiceReceivers Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to