Interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAccountAdmins
- All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
- Enclosing interface:
- SqlServerSecurityAlertPolicy.UpdateStages
@Beta(V1_15_0)
public static interface SqlServerSecurityAlertPolicy.UpdateStages.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 TypeMethodDescriptionSpecifies that an alert will be sent to the account administrators.Specifies that an alert will not be sent to the account administrators.
-
Method Details
-
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.
-