Share via


ListCustomAlertRule Class

Definition

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
ListCustomAlertRule
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.

Applies to