BudgetAssociatedNotification Class
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.
The notification associated with a budget.
public class BudgetAssociatedNotification
type BudgetAssociatedNotification = class
Public Class BudgetAssociatedNotification
- Inheritance
-
BudgetAssociatedNotification
Constructors
BudgetAssociatedNotification(Boolean, NotificationAlertTriggerType, Decimal, IEnumerable<String>) |
Initializes a new instance of BudgetAssociatedNotification. |
Properties
ContactEmails |
Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified. |
ContactGroups |
Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes. |
ContactRoles |
Contact roles to send the budget notification to when the threshold is exceeded. |
IsEnabled |
The notification is enabled or not. |
Locale |
Language in which the recipient will receive the notification. |
Operator |
The comparison operator. |
Threshold |
Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000. |
ThresholdType |
The type of threshold. |
Applies to
Azure SDK for .NET