ArmSecurityCenterModelFactory.NotificationsSourceAlert Method

Definition

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.

Applies to