Share via


VirtualMachineInstanceUpdate Class

Definition

Defines the virtualMachineInstanceUpdate.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstanceUpdateTypeConverter))]
public class VirtualMachineInstanceUpdate : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualMachineInstanceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstanceUpdateTypeConverter))>]
type VirtualMachineInstanceUpdate = class
    interface IVirtualMachineInstanceUpdate
    interface IJsonSerializable
Public Class VirtualMachineInstanceUpdate
Implements IVirtualMachineInstanceUpdate
Inheritance
VirtualMachineInstanceUpdate
Attributes
Implements

Constructors

VirtualMachineInstanceUpdate()

Creates an new VirtualMachineInstanceUpdate instance.

Properties

HardwareProfileCpuHotAddEnabled

Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running.

HardwareProfileCpuHotRemoveEnabled

Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.

HardwareProfileMemoryHotAddEnabled

Gets or sets a value indicating whether memory can be added while this virtual machine is running.

HardwareProfileMemorySizeMb

Gets or sets memory size in MBs for the vm.

HardwareProfileNumCoresPerSocket

Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.

HardwareProfileNumCpUs

Gets or sets the number of vCPUs for the vm.

NetworkProfileNetworkInterface

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

StorageProfileDisk

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VirtualMachineInstanceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VirtualMachineInstanceUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualMachineInstanceUpdate.

FromJsonString(String)

Creates a new instance of VirtualMachineInstanceUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VirtualMachineInstanceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to