次の方法で共有


HardwareInventory Class

Definition

HardwareInventory represents the hardware configuration of this machine as exposed to the customer, including information acquired from the model/sku information and from the ironic inspector.

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

Properties

AdditionalHostInformation

Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.

Interfaces

The list of network interfaces and associated details for the bare metal machine.

Nics

Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HardwareInventory>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HardwareInventory>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HardwareInventory>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HardwareInventory>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HardwareInventory>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to