Interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithAlertsFilter

All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate, SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
Enclosing interface:
SqlDatabaseThreatDetectionPolicy.DefinitionStages

public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithAlertsFilter
The SQL database threat detection policy definition to set the security alert policy alerts to be disabled.
  • Method Details

    • withAlertsFilter

      Deprecated.
      Sets 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
    • withAlertsFilter

      Sets the security alert policy alerts to be disabled.
      Parameters:
      alertsFilter - the 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