BudgetData.Notifications Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)