ServerSecurityAlertPolicy.DefinitionStages.WithEmailAddresses Interface

public static interface ServerSecurityAlertPolicy.DefinitionStages.WithEmailAddresses

The stage of the ServerSecurityAlertPolicy definition allowing to specify emailAddresses.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEmailAddresses(List<String> emailAddresses)

Specifies the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent..

Method Details

withEmailAddresses

public abstract ServerSecurityAlertPolicy.DefinitionStages.WithCreate withEmailAddresses(List<String> emailAddresses)

Specifies the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent..

Parameters:

emailAddresses - Specifies an array of e-mail addresses to which the alert is sent.

Returns:

the next definition stage.

Applies to