SqlPoolSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins Interface

public static interface SqlPoolSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins

The stage of the SqlPoolSecurityAlertPolicy update allowing to specify emailAccountAdmins.

Method Summary

Modifier and Type Method and Description
abstract Update withEmailAccountAdmins(Boolean emailAccountAdmins)

Specifies the emailAccountAdmins property: Specifies that the alert is sent to the account administrators..

Method Details

withEmailAccountAdmins

public abstract SqlPoolSecurityAlertPolicy.Update withEmailAccountAdmins(Boolean emailAccountAdmins)

Specifies the emailAccountAdmins property: Specifies that the alert is sent to the account administrators..

Parameters:

emailAccountAdmins - Specifies that the alert is sent to the account administrators.

Returns:

the next definition stage.

Applies to