Dela via


HybridComputeHardwareProfile Class

Definition

Describes the hardware of the machine.

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

Properties

NumberOfCpuSockets

The total number of CPU sockets available on the machine.

Processors

The physical processors of the machine.

TotalPhysicalMemoryInBytes

The total physical memory on the machine.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HybridComputeHardwareProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputeHardwareProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputeHardwareProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeHardwareProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputeHardwareProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to