GovernanceRuleEmailNotification 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
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
Defines whether manager email notifications are disabled
Defines whether owner email notifications are disabled