你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |