Partager via


AllowlistCustomAlertRule(Boolean, IEnumerable<String>) Constructeur

Définition

Initialise une nouvelle instance de 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))

Paramètres

isEnabled
Boolean

État de l’alerte personnalisée.

allowlistValues
IEnumerable<String>

Valeurs à autoriser. Le format des valeurs dépend du type de règle.

Exceptions

allowlistValues a la valeur null.

S’applique à