SecurityContactPropertiesAlertNotifications 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
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'