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

DenylistCustomAlertRule(Boolean, IEnumerable<String>) 构造函数

定义

初始化 DenylistCustomAlertRule 的新实例。

public DenylistCustomAlertRule (bool isEnabled, System.Collections.Generic.IEnumerable<string> denylistValues);
new Azure.ResourceManager.SecurityCenter.Models.DenylistCustomAlertRule : bool * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.DenylistCustomAlertRule
Public Sub New (isEnabled As Boolean, denylistValues As IEnumerable(Of String))

参数

isEnabled
Boolean

自定义警报的状态。

denylistValues
IEnumerable<String>

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

例外

denylistValues 为 null。

适用于