次の方法で共有


ManagedDatabaseSecurityAlertPolicy.DisabledAlerts プロパティ

定義

無効になっているアラートの配列を取得または設定します。 使用できる値: Sql_Injection、Sql_Injection_Vulnerability、Access_Anomaly、Data_Exfiltration、Unsafe_Action、Brute_Force

[Newtonsoft.Json.JsonProperty(PropertyName="properties.disabledAlerts")]
public System.Collections.Generic.IList<string> DisabledAlerts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.disabledAlerts")>]
member this.DisabledAlerts : System.Collections.Generic.IList<string> with get, set
Public Property DisabledAlerts As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象