FirmwareList Class
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
Firmware |
Creates an new FirmwareList instance. |
Deserialize |
Deserializes a IDictionary into an instance of FirmwareList. |
Deserialize |
Deserializes a PSObject into an instance of FirmwareList. |
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IFirmwareList. |
From |
Creates a new instance of FirmwareList, deserializing the content from a json string. |
To |
Serializes this instance of FirmwareList into a JsonNode. |
To |
Serializes this instance to a json string. |
To |