Interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
- Enclosing interface:
- SqlServerSecurityAlertPolicy.UpdateStages
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdminsThe SQL Server Security Alert Policy update definition to set if an alert will be sent to the account administrators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicy.UpdatewithEmailAccountAdmins()Specifies that an alert will be sent to the account administrators.SqlServerSecurityAlertPolicy.UpdatewithoutEmailAccountAdmins()Specifies that an alert will not be sent to the account administrators.
-
-
-
Method Detail
-
withEmailAccountAdmins
SqlServerSecurityAlertPolicy.Update withEmailAccountAdmins()
Specifies that an alert will be sent to the account administrators.- Returns:
- The next stage of the definition.
-
withoutEmailAccountAdmins
SqlServerSecurityAlertPolicy.Update withoutEmailAccountAdmins()
Specifies that an alert will not be sent to the account administrators.- Returns:
- The next stage of the definition.
-
-