AllowlistCustomAlertRule(Boolean, IEnumerable<String>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.