ListCustomAlertRule 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 List custom alert rule.
[Newtonsoft.Json.JsonObject("ListCustomAlertRule")]
public class ListCustomAlertRule : Microsoft.Azure.Management.Security.Models.CustomAlertRule
[<Newtonsoft.Json.JsonObject("ListCustomAlertRule")>]
type ListCustomAlertRule = class
inherit CustomAlertRule
Public Class ListCustomAlertRule
Inherits CustomAlertRule
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ListCustomAlertRule() |
Initializes a new instance of the ListCustomAlertRule class. |
ListCustomAlertRule(Boolean, String, String, String) |
Initializes a new instance of the ListCustomAlertRule 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) |
ValueType |
Gets the value type of the items in the list. Possible values include: 'IpCidr', 'String' |
Methods
Validate() |
Validate the object. |