次の方法で共有


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

定義

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

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

パラメーター

isEnabled
Boolean

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

allowlistValues
IEnumerable<String>

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

例外

allowlistValues が null です。

適用対象