Partager via


CustomAlertRule Constructors

Definition

Overloads

CustomAlertRule()

Initializes a new instance of the CustomAlertRule class.

CustomAlertRule(Boolean, String, String)

Initializes a new instance of the CustomAlertRule class.

CustomAlertRule()

Initializes a new instance of the CustomAlertRule class.

public CustomAlertRule ();
Public Sub New ()

Applies to

CustomAlertRule(Boolean, String, String)

Initializes a new instance of the CustomAlertRule class.

public CustomAlertRule (bool isEnabled, string displayName = default, string description = default);
new Microsoft.Azure.Management.Security.Models.CustomAlertRule : bool * string * string -> Microsoft.Azure.Management.Security.Models.CustomAlertRule
Public Sub New (isEnabled As Boolean, Optional displayName As String = Nothing, Optional description 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.

Applies to