다음을 통해 공유


CveSummary Class

Definition

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)

Explicit Interface Implementations

IJsonModel<CveSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CveSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FirmwareAnalysisSummaryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from FirmwareAnalysisSummaryProperties)
IJsonModel<FirmwareAnalysisSummaryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<CveSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CveSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CveSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FirmwareAnalysisSummaryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareAnalysisSummaryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareAnalysisSummaryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FirmwareAnalysisSummaryProperties)

Applies to