CveLink Class

Definition

Properties of a reference link for a CVE.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveLinkTypeConverter))]
public class CveLink : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICveLink
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveLinkTypeConverter))>]
type CveLink = class
    interface ICveLink
    interface IJsonSerializable
Public Class CveLink
Implements ICveLink
Inheritance
CveLink
Attributes
Implements

Constructors

CveLink()

Creates an new CveLink instance.

Properties

Href

The destination of the reference link.

Label

The label of the reference link.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CveLink.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CveLink.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICveLink.

FromJsonString(String)

Creates a new instance of CveLink, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CveLink into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to