Interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses
- All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
- Enclosing interface:
- SqlServerSecurityAlertPolicy.UpdateStages
@Beta(V1_15_0)
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses
The SQL Server Security Alert Policy update definition to set an array of e-mail addresses to which the alert is sent.
-
Method Summary
Modifier and TypeMethodDescriptionwithEmailAddresses
(String... emailAddresses) Specifies an array of e-mail addresses to which the alert is sent.
-
Method Details
-
withEmailAddresses
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.
-