Dela via


HybridComputeFirmwareProfile Class

Definition

Describes the firmware of the machine.

public class HybridComputeFirmwareProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeFirmwareProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeFirmwareProfile>
type HybridComputeFirmwareProfile = class
    interface IJsonModel<HybridComputeFirmwareProfile>
    interface IPersistableModel<HybridComputeFirmwareProfile>
Public Class HybridComputeFirmwareProfile
Implements IJsonModel(Of HybridComputeFirmwareProfile), IPersistableModel(Of HybridComputeFirmwareProfile)
Inheritance
HybridComputeFirmwareProfile
Implements

Properties

FirmwareProfileType

The type of the firmware.

SerialNumber

The serial number of the firmware.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HybridComputeFirmwareProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HybridComputeFirmwareProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputeFirmwareProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeFirmwareProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HybridComputeFirmwareProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to