ScanPropertiesV2 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 properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanPropertiesV2TypeConverter))]
public class ScanPropertiesV2 : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IScanPropertiesV2
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanPropertiesV2TypeConverter))>]
type ScanPropertiesV2 = class
interface IScanPropertiesV2
interface IJsonSerializable
Public Class ScanPropertiesV2
Implements IScanPropertiesV2
- Inheritance
-
ScanPropertiesV2
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ScanPropertiesV2() |
Creates an new ScanPropertiesV2 instance. |
Properties
| Name | Description |
|---|---|
| Database |
The database name. |
| EndTime |
Scan results are valid until end time (UTC). |
| HighSeverityFailedRulesCount |
The number of failed rules with high severity. |
| IsBaselineApplied |
Baseline created for this database, and has one or more rules. |
| LastScanTime |
Last scan time. |
| LowSeverityFailedRulesCount |
The number of failed rules with low severity. |
| MediumSeverityFailedRulesCount |
The number of failed rules with medium severity. |
| Server |
The server name. |
| SqlVersion |
The SQL version. |
| StartTime |
The scan start time (UTC). |
| State |
The scan status. |
| TotalFailedRulesCount |
The number of total failed rules. |
| TotalPassedRulesCount |
The number of total passed rules. |
| TotalRulesCount |
The number of total rules assessed. |
| TriggerType |
The scan trigger type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScanPropertiesV2. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScanPropertiesV2. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IScanPropertiesV2. |
| FromJsonString(String) |
Creates a new instance of ScanPropertiesV2, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScanPropertiesV2 into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |