ThresholdCustomAlertRule(Boolean, Int32, Int32) 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 ThresholdCustomAlertRule.
public ThresholdCustomAlertRule (bool isEnabled, int minThreshold, int maxThreshold);
new Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule : bool * int * int -> Azure.ResourceManager.SecurityCenter.Models.ThresholdCustomAlertRule
Public Sub New (isEnabled As Boolean, minThreshold As Integer, maxThreshold As Integer)
Paramètres
- isEnabled
- Boolean
État de l’alerte personnalisée.
- minThreshold
- Int32
Seuil minimal.
- maxThreshold
- Int32
Seuil maximal.