Udostępnij przez


ICveComponent Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveComponentTypeConverter))]
public interface ICveComponent : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveComponentTypeConverter))>]
type ICveComponent = interface
    interface IJsonSerializable
Public Interface ICveComponent
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ComponentId

ID of the SBOM component.

Name

Name of the SBOM component.

Version

Version of the SBOM component.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to