Share via


FirmwareProfile Class

Definition

Describes the firmware of the machine

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.FirmwareProfileTypeConverter))]
public class FirmwareProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IFirmwareProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.FirmwareProfileTypeConverter))>]
type FirmwareProfile = class
    interface IFirmwareProfile
    interface IJsonSerializable
Public Class FirmwareProfile
Implements IFirmwareProfile
Inheritance
FirmwareProfile
Attributes
Implements

Constructors

FirmwareProfile()

Creates an new FirmwareProfile instance.

Properties

SerialNumber

The serial number of the firmware

Type

The type of the firmware

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FirmwareProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FirmwareProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IFirmwareProfile.

FromJsonString(String)

Creates a new instance of FirmwareProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FirmwareProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to