次の方法で共有


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 です。

適用対象