Partager via


SecurityContactProperties Constructors

Definition

Overloads

SecurityContactProperties()

Initializes a new instance of the SecurityContactProperties class.

SecurityContactProperties(String, String, SecurityContactPropertiesAlertNotifications, SecurityContactPropertiesNotificationsByRole)

Initializes a new instance of the SecurityContactProperties class.

SecurityContactProperties()

Initializes a new instance of the SecurityContactProperties class.

public SecurityContactProperties ();
Public Sub New ()

Applies to

SecurityContactProperties(String, String, SecurityContactPropertiesAlertNotifications, SecurityContactPropertiesNotificationsByRole)

Initializes a new instance of the SecurityContactProperties class.

public SecurityContactProperties (string emails = default, string phone = default, Microsoft.Azure.Management.Security.Models.SecurityContactPropertiesAlertNotifications alertNotifications = default, Microsoft.Azure.Management.Security.Models.SecurityContactPropertiesNotificationsByRole notificationsByRole = default);
new Microsoft.Azure.Management.Security.Models.SecurityContactProperties : string * string * Microsoft.Azure.Management.Security.Models.SecurityContactPropertiesAlertNotifications * Microsoft.Azure.Management.Security.Models.SecurityContactPropertiesNotificationsByRole -> Microsoft.Azure.Management.Security.Models.SecurityContactProperties
Public Sub New (Optional emails As String = Nothing, Optional phone As String = Nothing, Optional alertNotifications As SecurityContactPropertiesAlertNotifications = Nothing, Optional notificationsByRole As SecurityContactPropertiesNotificationsByRole = Nothing)

Parameters

emails
String

List of email addresses which will get notifications from Microsoft Defender for Cloud by the configurations defined in this security contact.

phone
String

The security contact's phone number

alertNotifications
SecurityContactPropertiesAlertNotifications

Defines whether to send email notifications about new security alerts

notificationsByRole
SecurityContactPropertiesNotificationsByRole

Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription.

Applies to