CveLink 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 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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |