Share via


HciVmInstancePatchProperties Class

Definition

Defines the resource properties for the update.

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

Constructors

HciVmInstancePatchProperties()

Initializes a new instance of HciVmInstancePatchProperties.

Properties

HardwareProfile

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

NetworkInterfaces

NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance.

OSProfile

OsProfile - describes the update configuration of the operating system.

StorageDataDisks

adds data disks to the virtual machine instance for the update call.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmInstancePatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmInstancePatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmInstancePatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmInstancePatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmInstancePatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to