ArmSecurityCenterModelFactory.ThresholdCustomAlertRule 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 ThresholdCustomAlertRule.
public static Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule ThresholdCustomAlertRule (string displayName = default, string description = default, bool isEnabled = false, int minThreshold = 0, int maxThreshold = 0);
static member ThresholdCustomAlertRule : string * string * bool * int * int -> Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule
Public Shared Function ThresholdCustomAlertRule (Optional displayName As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Boolean = false, Optional minThreshold As Integer = 0, Optional maxThreshold As Integer = 0) As ThresholdCustomAlertRule
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.
- minThreshold
- Int32
Seuil minimal.
- maxThreshold
- Int32
Seuil maximal.
Retours
Une nouvelle ThresholdCustomAlertRule instance de moqueries.