你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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