Share via


ListCustomAlertRule Constructors

Definition

Overloads

ListCustomAlertRule()

Initializes a new instance of the ListCustomAlertRule class.

ListCustomAlertRule(Boolean, String, String, String)

Initializes a new instance of the ListCustomAlertRule class.

ListCustomAlertRule()

Initializes a new instance of the ListCustomAlertRule class.

public ListCustomAlertRule ();
Public Sub New ()

Applies to

ListCustomAlertRule(Boolean, String, String, String)

Initializes a new instance of the ListCustomAlertRule class.

public ListCustomAlertRule (bool isEnabled, string displayName = default, string description = default, string valueType = default);
new Microsoft.Azure.Management.Security.Models.ListCustomAlertRule : bool * string * string * string -> Microsoft.Azure.Management.Security.Models.ListCustomAlertRule
Public Sub New (isEnabled As Boolean, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional valueType As String = Nothing)

Parameters

isEnabled
Boolean

Status of the custom alert.

displayName
String

The display name of the custom alert.

description
String

The description of the custom alert.

valueType
String

The value type of the items in the list. Possible values include: 'IpCidr', 'String'

Applies to