CustomAlertRule 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.
A custom alert rule.
[Newtonsoft.Json.JsonObject("CustomAlertRule")]
public class CustomAlertRule
[<Newtonsoft.Json.JsonObject("CustomAlertRule")>]
type CustomAlertRule = class
Public Class CustomAlertRule
- Inheritance
-
CustomAlertRule
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
CustomAlertRule() |
Initializes a new instance of the CustomAlertRule class. |
CustomAlertRule(Boolean, String, String) |
Initializes a new instance of the CustomAlertRule class. |
Properties
Description |
Gets the description of the custom alert. |
DisplayName |
Gets the display name of the custom alert. |
IsEnabled |
Gets or sets status of the custom alert. |
Methods
Validate() |
Validate the object. |