SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins Interface

public interface WithEmailAccountAdmins

The SQL Server Security Alert Policy update definition to set if an alert will be sent to the account administrators.

Method Summary

Modifier and Type Method and Description
SqlServerSecurityAlertPolicy.Update withEmailAccountAdmins()

Specifies that an alert will be sent to the account administrators.

SqlServerSecurityAlertPolicy.Update withoutEmailAccountAdmins()

Specifies that an alert will not be sent to the account administrators.

Method Details

withEmailAccountAdmins

public SqlServerSecurityAlertPolicy.Update withEmailAccountAdmins()

Specifies that an alert will be sent to the account administrators.

Returns:

The next stage of the definition.

withoutEmailAccountAdmins

public SqlServerSecurityAlertPolicy.Update withoutEmailAccountAdmins()

Specifies that an alert will not be sent to the account administrators.

Returns:

The next stage of the definition.

Applies to