Interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
- Enclosing interface:
- SqlServerSecurityAlertPolicy.UpdateStages
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddressesThe SQL Server Security Alert Policy update definition to set an array of e-mail addresses to which the alert is sent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicy.UpdatewithEmailAddresses(String... emailAddresses)Specifies an array of e-mail addresses to which the alert is sent.
-
-
-
Method Detail
-
withEmailAddresses
SqlServerSecurityAlertPolicy.Update withEmailAddresses(String... emailAddresses)
Specifies an array of e-mail addresses to which the alert is sent.- Parameters:
emailAddresses- an array of e-mail addresses to which the alert is sent to- Returns:
- The next stage of the definition.
-
-