ListCustomAlertRule 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
| Name | Description |
|---|---|
| ListCustomAlertRule(Boolean) |
Initializes a new instance of ListCustomAlertRule. |
| ListCustomAlertRule(String, Boolean) |
Initializes a new instance of ListCustomAlertRule. |
ListCustomAlertRule(Boolean)
- Source:
- ListCustomAlertRule.cs
- Source:
- ListCustomAlertRule.cs
Initializes a new instance of ListCustomAlertRule.
public ListCustomAlertRule(bool isEnabled);
new Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule : bool -> Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule
Public Sub New (isEnabled As Boolean)
Parameters
- isEnabled
- Boolean
Status of the custom alert.
Applies to
ListCustomAlertRule(String, Boolean)
- Source:
- ListCustomAlertRule.cs
Initializes a new instance of ListCustomAlertRule.
protected ListCustomAlertRule(string ruleType, bool isEnabled);
new Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule : string * bool -> Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule
Protected Sub New (ruleType As String, isEnabled As Boolean)
Parameters
- ruleType
- String
The type of the custom alert rule.
- isEnabled
- Boolean
Status of the custom alert.