Compartir a través de


SecurityEvent.SecurityEventType Propiedad

Definición

Obtiene el tipo del evento de seguridad. Entre los valores posibles se incluyen: 'Undefined', 'SqlInjectionVulnerability', 'SqlInjectionExploit'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.securityEventType")]
public Microsoft.Azure.Management.Sql.Models.SecurityEventType? SecurityEventType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.securityEventType")>]
member this.SecurityEventType : Nullable<Microsoft.Azure.Management.Sql.Models.SecurityEventType>
Public ReadOnly Property SecurityEventType As Nullable(Of SecurityEventType)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a