NotificationRequestBody.WebhookReceivers Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to