ArmSecurityCenterModelFactory.NotificationsSourceAlert 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.NotificationsSourceAlert NotificationsSourceAlert(Azure.ResourceManager.SecurityCenter.Models.SecurityAlertMinimalSeverity? minimalSeverity = default);
static member NotificationsSourceAlert : Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityAlertMinimalSeverity> -> Azure.ResourceManager.SecurityCenter.Models.NotificationsSourceAlert
Public Shared Function NotificationsSourceAlert (Optional minimalSeverity As Nullable(Of SecurityAlertMinimalSeverity) = Nothing) As NotificationsSourceAlert
Parameters
- minimalSeverity
- Nullable<SecurityAlertMinimalSeverity>
Defines the minimal alert severity which will be sent as email notifications.
Returns
A new NotificationsSourceAlert instance for mocking.