ArmSecurityCenterModelFactory.AllowlistCustomAlertRule Méthode
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 static Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule AllowlistCustomAlertRule (string displayName = default, string description = default, bool isEnabled = false, Azure.ResourceManager.SecurityCenter.Models.SecurityValueType? valueType = default, System.Collections.Generic.IEnumerable<string> allowlistValues = default);
static member AllowlistCustomAlertRule : string * string * bool * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityValueType> * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule
Public Shared Function AllowlistCustomAlertRule (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional valueType As Nullable(Of SecurityValueType) = Nothing, Optional allowlistValues As IEnumerable(Of String) = Nothing) As AllowlistCustomAlertRule
Paramètres
- displayName
- String
Nom d’affichage de l’alerte personnalisée.
- description
- String
Description de l’alerte personnalisée.
- isEnabled
- Boolean
État de l’alerte personnalisée.
- valueType
- Nullable<SecurityValueType>
Type de valeur des éléments de la liste.
- allowlistValues
- IEnumerable<String>
Valeurs à autoriser. Le format des valeurs dépend du type de règle.
Retours
Une nouvelle AllowlistCustomAlertRule instance de moqueries.