Share via


HciVmInstanceHardwareProfileUpdate Class

Definition

HardwareProfile - Specifies the hardware settings for the virtual machine instance.

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

Constructors

Name Description
HciVmInstanceHardwareProfileUpdate()

Initializes a new instance of HciVmInstanceHardwareProfileUpdate.

Properties

Name Description
MemoryInMB

RAM in MB for the virtual machine instance.

Processors

number of processors for the virtual machine instance.

VirtualMachineGPUs

virtualMachineGPUs - updated list of GPUs on the virtual machine instance.

VmSize

VM Size Enum.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HciVmInstanceHardwareProfileUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmInstanceHardwareProfileUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmInstanceHardwareProfileUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmInstanceHardwareProfileUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmInstanceHardwareProfileUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to