次の方法で共有


IWithAlertsFilter.WithAlertsFilter(String) メソッド

定義

セキュリティ アラート ポリシーアラートを無効にする更新します。

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IUpdate WithAlertsFilter (string alertsFilter);
abstract member WithAlertsFilter : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseThreatDetectionPolicy.Update.IUpdate
Public Function WithAlertsFilter (alertsFilter As String) As IUpdate

パラメーター

alertsFilter
String

無効になっているアラートのセミコロン区切りの一覧、またはアラートを無効にする空の文字列。 使用可能な値: Sql_Injection;Sql_Injection_Vulnerability;Access_Anomaly。Usage_Anomaly。

戻り値

適用対象