Partager via


ArmSecurityCenterModelFactory.AllowlistCustomAlertRule Méthode

Définition

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.

S’applique à