Share via


ThresholdCustomAlertRule(Boolean, Int32, Int32) Constructor

Definition

Initializes a new instance of 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)

Parameters

isEnabled
Boolean

Status of the custom alert.

minThreshold
Int32

The minimum threshold.

maxThreshold
Int32

The maximum threshold.

Applies to