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

AllowlistCustomAlertRule 类

定义

一个自定义警报规则,用于检查 (值是否取决于允许) 的自定义警报类型。 请注意 AllowlistCustomAlertRule ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 ConnectionFromIPNotAllowedConnectionToIPNotAllowedLocalUserNotAllowedProcessNotAllowed

public class AllowlistCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule
type AllowlistCustomAlertRule = class
    inherit ListCustomAlertRule
Public Class AllowlistCustomAlertRule
Inherits ListCustomAlertRule
继承
AllowlistCustomAlertRule
派生

构造函数

AllowlistCustomAlertRule(Boolean, IEnumerable<String>)

初始化 AllowlistCustomAlertRule 的新实例。

属性

AllowlistValues

要允许的值。 值的格式取决于规则类型。

Description

自定义警报的说明。

(继承自 CustomAlertRule)
DisplayName

自定义警报的显示名称。

(继承自 CustomAlertRule)
IsEnabled

自定义警报的状态。

(继承自 CustomAlertRule)
ValueType

列表中项的值类型。

(继承自 ListCustomAlertRule)

适用于