Interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.Update
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.UpdateStages
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilterThe SQL database threat detection policy update definition to set the security alert policy alerts to be disabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.UpdatewithAlertsFilter(String alertsFilter)Updates the security alert policy alerts to be disabled.
-
-
-
Method Detail
-
withAlertsFilter
SqlDatabaseThreatDetectionPolicy.Update withAlertsFilter(String alertsFilter)
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
-
-