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