ListCustomAlertRule Constructors

Definition

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.

Applies to