Share via


SecurityContactPropertiesAlertNotifications Constructors

Definition

Overloads

SecurityContactPropertiesAlertNotifications()

Initializes a new instance of the SecurityContactPropertiesAlertNotifications class.

SecurityContactPropertiesAlertNotifications(String, String)

Initializes a new instance of the SecurityContactPropertiesAlertNotifications class.

SecurityContactPropertiesAlertNotifications()

Initializes a new instance of the SecurityContactPropertiesAlertNotifications class.

public SecurityContactPropertiesAlertNotifications ();
Public Sub New ()

Applies to

SecurityContactPropertiesAlertNotifications(String, String)

Initializes a new instance of the SecurityContactPropertiesAlertNotifications class.

public SecurityContactPropertiesAlertNotifications (string state = default, string minimalSeverity = default);
new Microsoft.Azure.Management.Security.Models.SecurityContactPropertiesAlertNotifications : string * string -> Microsoft.Azure.Management.Security.Models.SecurityContactPropertiesAlertNotifications
Public Sub New (Optional state As String = Nothing, Optional minimalSeverity As String = Nothing)

Parameters

state
String

Defines if email notifications will be sent about new security alerts Possible values include: 'On', 'Off'

minimalSeverity
String

Defines the minimal alert severity which will be sent as email notifications Possible values include: 'High', 'Medium', 'Low'

Applies to