Interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.Update
- Enclosing interface:
SqlDatabaseThreatDetectionPolicy.UpdateStages
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter
The SQL database threat detection policy update definition to set the security alert policy alerts to be
disabled.
-
Method Summary
Modifier and TypeMethodDescriptionwithAlertsFilter(String alertsFilter) Updates the security alert policy alerts to be disabled.
-
Method Details
-
withAlertsFilter
Updates the security alert policy alerts to be disabled.- Parameters:
alertsFilter- the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Usage_Anomaly.- Returns:
- the next stage of the definition
-