CveComponent Class

Definition

Properties of the SBOM component for a CVE.

public class CveComponent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.CveComponent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.CveComponent>
type CveComponent = class
    interface IJsonModel<CveComponent>
    interface IPersistableModel<CveComponent>
Public Class CveComponent
Implements IJsonModel(Of CveComponent), IPersistableModel(Of CveComponent)
Inheritance
CveComponent
Implements

Constructors

CveComponent()

Initializes a new instance of CveComponent.

Properties

ComponentId

ID of the SBOM component.

Name

Name of the SBOM component.

Version

Version of the SBOM component.

Explicit Interface Implementations

IJsonModel<CveComponent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CveComponent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CveComponent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CveComponent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CveComponent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to