你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ThresholdCustomAlertRule 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 that checks if a value (depends on the custom alert type) is within the given range.
[Newtonsoft.Json.JsonObject("ThresholdCustomAlertRule")]
public class ThresholdCustomAlertRule : Microsoft.Azure.Management.Security.Models.CustomAlertRule
[<Newtonsoft.Json.JsonObject("ThresholdCustomAlertRule")>]
type ThresholdCustomAlertRule = class
inherit CustomAlertRule
Public Class ThresholdCustomAlertRule
Inherits CustomAlertRule
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ThresholdCustomAlertRule() |
Initializes a new instance of the ThresholdCustomAlertRule class. |
ThresholdCustomAlertRule(Boolean, Int32, Int32, String, String) |
Initializes a new instance of the ThresholdCustomAlertRule class. |
Properties
Description |
Gets the description of the custom alert. (Inherited from CustomAlertRule) |
DisplayName |
Gets the display name of the custom alert. (Inherited from CustomAlertRule) |
IsEnabled |
Gets or sets status of the custom alert. (Inherited from CustomAlertRule) |
MaxThreshold |
Gets or sets the maximum threshold. |
MinThreshold |
Gets or sets the minimum threshold. |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPSType(ThresholdCustomAlertRule) |