SqlDatabaseThreatDetectionPolicy.UpdateStages.WithAlertsFilter Interface

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 Type Method and Description
abstract Update withAlertsFilter(String alertsFilter)

Updates the security alert policy alerts to be disabled.

Method Details

withAlertsFilter

public abstract 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

Applies to