ThresholdCustomAlertRule Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ThresholdCustomAlertRule() |
Initializes a new instance of the ThresholdCustomAlertRule class. |
ThresholdCustomAlertRule(Boolean, Int32, Int32, String, String) |
Initializes a new instance of the ThresholdCustomAlertRule class. |
ThresholdCustomAlertRule()
Initializes a new instance of the ThresholdCustomAlertRule class.
public ThresholdCustomAlertRule ();
Public Sub New ()
Applies to
ThresholdCustomAlertRule(Boolean, Int32, Int32, String, String)
Initializes a new instance of the ThresholdCustomAlertRule class.
public ThresholdCustomAlertRule (bool isEnabled, int minThreshold, int maxThreshold, string displayName = default, string description = default);
new Microsoft.Azure.Management.Security.Models.ThresholdCustomAlertRule : bool * int * int * string * string -> Microsoft.Azure.Management.Security.Models.ThresholdCustomAlertRule
Public Sub New (isEnabled As Boolean, minThreshold As Integer, maxThreshold As Integer, Optional displayName As String = Nothing, Optional description As String = Nothing)
Parameters
- isEnabled
- Boolean
Status of the custom alert.
- minThreshold
- Int32
The minimum threshold.
- maxThreshold
- Int32
The maximum threshold.
- displayName
- String
The display name of the custom alert.
- description
- String
The description of the custom alert.