CveSummary 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.
Properties for a CVE analysis summary.
public class CveSummary : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.CveSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.CveSummary>
type CveSummary = class
inherit FirmwareAnalysisSummaryProperties
interface IJsonModel<CveSummary>
interface IPersistableModel<CveSummary>
Public Class CveSummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of CveSummary), IPersistableModel(Of CveSummary)
- Inheritance
- Implements
Constructors
CveSummary() |
Initializes a new instance of CveSummary. |
Properties
CriticalCveCount |
The total number of critical severity CVEs detected. |
HighCveCount |
The total number of high severity CVEs detected. |
LowCveCount |
The total number of low severity CVEs detected. |
MediumCveCount |
The total number of medium severity CVEs detected. |
ProvisioningState |
The status of the last operation. (Inherited from FirmwareAnalysisSummaryProperties) |
UnknownCveCount |
The total number of unknown severity CVEs detected. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |