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

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