Dela via


HybridComputeProcessor Class

Definition

Describes the firmware of the machine.

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

Properties

Name

The name of the processor.

NumberOfCores

The total number of physical cores on the processor.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HybridComputeProcessor>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputeProcessor>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputeProcessor>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeProcessor>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputeProcessor>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to