ArmSecurityCenterModelFactory.NotificationsSource(String) Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.NotificationsSource NotificationsSource(string sourceType = default);
static member NotificationsSource : string -> Azure.ResourceManager.SecurityCenter.Models.NotificationsSource
Public Shared Function NotificationsSource (Optional sourceType As String = Nothing) As NotificationsSource

Parameters

sourceType
String

The source type that will trigger the notification.

Returns

A new NotificationsSource instance for mocking.

Applies to