Notification 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 Notification
type Notification = class
Public Class Notification
- Inheritance
-
Notification
Constructors
Notification() |
Initializes a new instance of the Notification class. |
Notification(Boolean, String, Decimal, IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the Notification class. |
Properties
ContactEmails |
Gets or sets email addresses to send the budget notification to when the threshold is exceeded. |
ContactGroups |
Gets or sets action groups to send the budget notification to when the threshold is exceeded. |
ContactRoles |
Gets or sets contact roles to send the budget notification to when the threshold is exceeded. |
Enabled |
Gets or sets the notification is enabled or not. |
OperatorProperty |
Gets or sets the comparison operator. Possible values include: 'EqualTo', 'GreaterThan', 'GreaterThanOrEqualTo' |
Threshold |
Gets or sets 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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET