ActionGroup.AutomationRunbookReceivers Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to