AutoscaleNotification.Webhooks Property

Definition

Gets or sets the collection of webhook notifications.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to