Share via


IVirtualMachineInstanceUpdateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstanceUpdatePropertiesTypeConverter))]
public interface IVirtualMachineInstanceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstanceUpdatePropertiesTypeConverter))>]
type IVirtualMachineInstanceUpdateProperties = interface
    interface IJsonSerializable
Public Interface IVirtualMachineInstanceUpdateProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to