Partager via


SecurityContactPropertiesNotificationsByRole Constructors

Definition

Overloads

SecurityContactPropertiesNotificationsByRole()

Initializes a new instance of the SecurityContactPropertiesNotificationsByRole class.

SecurityContactPropertiesNotificationsByRole(String, IList<String>)

Initializes a new instance of the SecurityContactPropertiesNotificationsByRole class.

SecurityContactPropertiesNotificationsByRole()

Initializes a new instance of the SecurityContactPropertiesNotificationsByRole class.

public SecurityContactPropertiesNotificationsByRole ();
Public Sub New ()

Applies to

SecurityContactPropertiesNotificationsByRole(String, IList<String>)

Initializes a new instance of the SecurityContactPropertiesNotificationsByRole class.

public SecurityContactPropertiesNotificationsByRole (string state = default, System.Collections.Generic.IList<string> roles = default);
new Microsoft.Azure.Management.Security.Models.SecurityContactPropertiesNotificationsByRole : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Security.Models.SecurityContactPropertiesNotificationsByRole
Public Sub New (Optional state As String = Nothing, Optional roles As IList(Of String) = Nothing)

Parameters

state
String

Defines whether to send email notifications from AMicrosoft Defender for Cloud to persons with specific RBAC roles on the subscription. Possible values include: 'On', 'Off'

roles
IList<String>

Defines which RBAC roles will get email notifications from Microsoft Defender for Cloud. List of allowed RBAC roles:

Applies to