ScVmmVirtualMachineInstancePatch Class

Definition

Defines the virtualMachineInstanceUpdate.

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

Constructors

ScVmmVirtualMachineInstancePatch()

Initializes a new instance of ScVmmVirtualMachineInstancePatch.

Properties

AvailabilitySets

Availability Sets in vm.

HardwareProfile

Defines the resource properties.

InfrastructureCheckpointType

Type of checkpoint supported for the vm.

NetworkInterfaces

Gets or sets the list of network interfaces associated with the virtual machine.

StorageDisks

Gets or sets the list of virtual disks associated with the virtual machine.

Explicit Interface Implementations

IJsonModel<ScVmmVirtualMachineInstancePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScVmmVirtualMachineInstancePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScVmmVirtualMachineInstancePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScVmmVirtualMachineInstancePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScVmmVirtualMachineInstancePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to