VulnerabilityAssessmentScanRecord.Errors Property

Definition

Gets the scan errors.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.VulnerabilityAssessmentScanError> Errors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.VulnerabilityAssessmentScanError>
Public ReadOnly Property Errors As IList(Of VulnerabilityAssessmentScanError)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to