次の方法で共有


FirmwareList Class

Definition

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()

Applies to