次の方法で共有


AllowlistCustomAlertRule(Boolean, IEnumerable<String>) コンストラクター

定義

AllowlistCustomAlertRule の新しいインスタンスを初期化します。

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

パラメーター

isEnabled
Boolean

カスタム アラートの状態。

allowlistValues
IEnumerable<String>

許可する値。 値の形式は、ルールの種類によって異なります。

例外

allowlistValues が null です。

適用対象