GovernanceEmailNotification 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
GovernanceEmailNotification() |
Initializes a new instance of the GovernanceEmailNotification class. |
GovernanceEmailNotification(Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the GovernanceEmailNotification class. |
GovernanceEmailNotification()
Initializes a new instance of the GovernanceEmailNotification class.
public GovernanceEmailNotification ();
Public Sub New ()
Applies to
GovernanceEmailNotification(Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the GovernanceEmailNotification class.
public GovernanceEmailNotification (bool? disableManagerEmailNotification = default, bool? disableOwnerEmailNotification = default);
new Microsoft.Azure.Management.Security.Models.GovernanceEmailNotification : Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Security.Models.GovernanceEmailNotification
Public Sub New (Optional disableManagerEmailNotification As Nullable(Of Boolean) = Nothing, Optional disableOwnerEmailNotification As Nullable(Of Boolean) = Nothing)