VulnerabilityAssessmentScanRecordInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A vulnerability assessment scan record.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VulnerabilityAssessmentScanRecordInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VulnerabilityAssessmentScanRecordInner = class
inherit ProxyResourceInner
Public Class VulnerabilityAssessmentScanRecordInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
VulnerabilityAssessmentScanRecordInner() |
Initializes a new instance of the VulnerabilityAssessmentScanRecordInner class. |
VulnerabilityAssessmentScanRecordInner(String, String, String, String, VulnerabilityAssessmentScanTriggerType, VulnerabilityAssessmentScanState, Nullable<DateTime>, Nullable<DateTime>, IList<VulnerabilityAssessmentScanError>, String, Nullable<Int32>) |
Initializes a new instance of the VulnerabilityAssessmentScanRecordInner class. |
Properties
EndTime |
Gets the scan end time (UTC). |
Errors |
Gets the scan errors. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
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. |
Tags |
Resource tags (Inherited from Resource) |
TriggerType |
Gets the scan trigger type. Possible values include: 'OnDemand', 'Recurring' |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET