ServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses Interface

public static interface ServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses

The stage of the ServerSecurityAlertPolicy update allowing to specify emailAddresses.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update withEmailAddresses(List 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