public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithAlertsFilter
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate |
withAlertsFilter(String alertsFilter)
Sets the security alert policy alerts to be disabled.
|
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withAlertsFilter(String alertsFilter)
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./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/