Share via


GovernanceRuleEmailNotification Constructors

Definition

Overloads

GovernanceRuleEmailNotification()

Initializes a new instance of the GovernanceRuleEmailNotification class.

GovernanceRuleEmailNotification(Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the GovernanceRuleEmailNotification class.

GovernanceRuleEmailNotification()

Initializes a new instance of the GovernanceRuleEmailNotification class.

public GovernanceRuleEmailNotification ();
Public Sub New ()

Applies to

GovernanceRuleEmailNotification(Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the GovernanceRuleEmailNotification class.

public GovernanceRuleEmailNotification (bool? disableManagerEmailNotification = default, bool? disableOwnerEmailNotification = default);
new Microsoft.Azure.Management.Security.Models.GovernanceRuleEmailNotification : Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Security.Models.GovernanceRuleEmailNotification
Public Sub New (Optional disableManagerEmailNotification As Nullable(Of Boolean) = Nothing, Optional disableOwnerEmailNotification As Nullable(Of Boolean) = Nothing)

Parameters

disableManagerEmailNotification
Nullable<Boolean>

Defines whether manager email notifications are disabled

disableOwnerEmailNotification
Nullable<Boolean>

Defines whether owner email notifications are disabled

Applies to