Interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddresses
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.Update
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.UpdateStages
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddressesThe SQL database threat detection policy update definition to set the security alert policy email addresses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.UpdatewithEmailAddresses(String addresses)Updates the security alert policy email addresses.
-
-
-
Method Detail
-
withEmailAddresses
SqlDatabaseThreatDetectionPolicy.Update withEmailAddresses(String addresses)
Updates the security alert policy email addresses.- Parameters:
addresses- the semicolon-separated list of e-mail addresses to which the alert is sent to- Returns:
- the next stage of the definition
-
-