ArmSecurityCenterModelFactory.GovernanceRuleEmailNotification 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.GovernanceRuleEmailNotification GovernanceRuleEmailNotification(bool? disableManagerEmailNotification = default, bool? disableOwnerEmailNotification = default);
static member GovernanceRuleEmailNotification : Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.SecurityCenter.Models.GovernanceRuleEmailNotification
Public Shared Function GovernanceRuleEmailNotification (Optional disableManagerEmailNotification As Nullable(Of Boolean) = Nothing, Optional disableOwnerEmailNotification As Nullable(Of Boolean) = Nothing) As GovernanceRuleEmailNotification
Parameters
Defines whether manager email notifications are disabled.
Defines whether owner email notifications are disabled.
Returns
A new GovernanceRuleEmailNotification instance for mocking.