BudgetData.Notifications Property

Definition

Dictionary of notifications associated with the budget. Supported for CategoryType(s): Cost, ReservationUtilization.

  • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.
  • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.
public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.CostManagement.Models.BudgetNotification> Notifications { get; }
member this.Notifications : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.CostManagement.Models.BudgetNotification>
Public ReadOnly Property Notifications As IDictionary(Of String, BudgetNotification)

Property Value

Applies to