IScanPropertiesV2 Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanPropertiesV2TypeConverter))]
public interface IScanPropertiesV2 : Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanPropertiesV2TypeConverter))>]
type IScanPropertiesV2 = interface
interface IJsonSerializable
Public Interface IScanPropertiesV2
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |