ArmSecurityCenterModelFactory.CustomAlertRule 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 CustomAlertRule.
public static Azure.ResourceManager.SecurityCenter.Models.CustomAlertRule CustomAlertRule (string displayName = default, string description = default, bool isEnabled = false, string ruleType = default);
static member CustomAlertRule : string * string * bool * string -> Azure.ResourceManager.SecurityCenter.Models.CustomAlertRule
Public Shared Function CustomAlertRule (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional ruleType As String = Nothing) As CustomAlertRule
Paramètres
- displayName
- String
Nom complet de l’alerte personnalisée.
- description
- String
Description de l’alerte personnalisée.
- isEnabled
- Boolean
État de l’alerte personnalisée.
- ruleType
- String
Type de la règle d’alerte personnalisée.
Retours
Une nouvelle CustomAlertRule instance pour se moquer.