CveListResult 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.
List of CVE results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveListResultTypeConverter))]
public class CveListResult : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICveListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveListResultTypeConverter))>]
type CveListResult = class
interface ICveListResult
interface IJsonSerializable
Public Class CveListResult
Implements ICveListResult
- Inheritance
-
CveListResult
- Attributes
- Implements
Constructors
CveListResult() |
Creates an new CveListResult instance. |
Properties
NextLink |
The uri to fetch the next page of resources. |
Value |
The list of CVE results. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CveListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CveListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICveListResult. |
FromJsonString(String) |
Creates a new instance of CveListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CveListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |