Compartir a través de


ManagedDatabaseSecurityAlertPolicy.DisabledAlerts Propiedad

Definición

Obtiene o establece especifica una matriz de alertas que están deshabilitadas. Los valores permitidos son: 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a