Share via


GovernanceEmailNotification Constructors

Definition

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)

Parameters

disableManagerEmailNotification
Nullable<Boolean>

Exclude manager from weekly email notification.

disableOwnerEmailNotification
Nullable<Boolean>

Exclude owner from weekly email notification.

Applies to