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

DenylistCustomAlertRule 类

定义

一个自定义警报规则,用于检查值 (是否依赖于自定义警报类型,) 被拒绝。

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

构造函数

DenylistCustomAlertRule(Boolean, IEnumerable<String>)

初始化 DenylistCustomAlertRule 的新实例。

属性

DenylistValues

要拒绝的值。 值的格式取决于规则类型。

Description

自定义警报的说明。

(继承自 CustomAlertRule)
DisplayName

自定义警报的显示名称。

(继承自 CustomAlertRule)
IsEnabled

自定义警报的状态。

(继承自 CustomAlertRule)
ValueType

列表中的项的值类型。

(继承自 ListCustomAlertRule)

适用于