SecurityContact.DefinitionStages.WithNotificationsSources Interface

public static interface SecurityContact.DefinitionStages.WithNotificationsSources

The stage of the SecurityContact definition allowing to specify notificationsSources.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNotificationsSources(List<NotificationsSource> notificationsSources)

Specifies the notificationsSources property: A collection of sources types which evaluate the email notification..

Method Details

withNotificationsSources

public abstract SecurityContact.DefinitionStages.WithCreate withNotificationsSources(List<NotificationsSource> notificationsSources)

Specifies the notificationsSources property: A collection of sources types which evaluate the email notification..

Parameters:

notificationsSources - A collection of sources types which evaluate the email notification.

Returns:

the next definition stage.

Applies to