ArmSecurityCenterModelFactory.GovernanceEmailNotification Method
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.
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
Returns
A new GovernanceEmailNotification instance for mocking.