Budget.Notifications Property

Definition

Gets or sets dictionary of notifications associated with the budget. Budget can have up to five notifications.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.notifications")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Consumption.Models.Notification> Notifications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.notifications")>]
member this.Notifications : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Consumption.Models.Notification> with get, set
Public Property Notifications As IDictionary(Of String, Notification)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to