ArmSecurityCenterModelFactory.GovernanceEmailNotification Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.GovernanceEmailNotification GovernanceEmailNotification(bool? disableManagerEmailNotification = default, bool? disableOwnerEmailNotification = default);
static member GovernanceEmailNotification : Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.SecurityCenter.Models.GovernanceEmailNotification
Public Shared Function GovernanceEmailNotification (Optional disableManagerEmailNotification As Nullable(Of Boolean) = Nothing, Optional disableOwnerEmailNotification As Nullable(Of Boolean) = Nothing) As GovernanceEmailNotification

Parameters

disableManagerEmailNotification
Nullable<Boolean>

Exclude manager from weekly email notification.

disableOwnerEmailNotification
Nullable<Boolean>

Exclude owner from weekly email notification.

Returns

A new GovernanceEmailNotification instance for mocking.

Applies to