SqlPoolSecurityAlertPolicy.UpdateStages.WithEmailAddresses Interface

public static interface SqlPoolSecurityAlertPolicy.UpdateStages.WithEmailAddresses

The stage of the SqlPoolSecurityAlertPolicy 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 SqlPoolSecurityAlertPolicy.Update 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