VulnerabilityAssessmentScanRecord Class

Definition

A vulnerability assessment scan record.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VulnerabilityAssessmentScanRecord : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VulnerabilityAssessmentScanRecord = class
    inherit ProxyResource
Public Class VulnerabilityAssessmentScanRecord
Inherits ProxyResource
Inheritance
VulnerabilityAssessmentScanRecord
Attributes

Constructors

VulnerabilityAssessmentScanRecord()

Initializes a new instance of the VulnerabilityAssessmentScanRecord class.

VulnerabilityAssessmentScanRecord(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<VulnerabilityAssessmentScanError>, String, Nullable<Int32>)

Initializes a new instance of the VulnerabilityAssessmentScanRecord class.

Properties

EndTime

Gets the scan end time (UTC).

Errors

Gets the scan errors.

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
NumberOfFailedSecurityChecks

Gets the number of failed security checks.

ScanId

Gets the scan ID.

StartTime

Gets the scan start time (UTC).

State

Gets the scan status. Possible values include: 'Passed', 'Failed', 'FailedToRun', 'InProgress'

StorageContainerPath

Gets the scan results storage container path.

TriggerType

Gets the scan trigger type. Possible values include: 'OnDemand', 'Recurring'

Type

Gets resource type.

(Inherited from Resource)

Applies to