VirtualMachineInstanceUpdateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the properties of a Virtual Machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstanceUpdatePropertiesTypeConverter))]
public class VirtualMachineInstanceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualMachineInstanceUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualMachineInstanceUpdatePropertiesTypeConverter))>]
type VirtualMachineInstanceUpdateProperties = class
interface IVirtualMachineInstanceUpdateProperties
interface IJsonSerializable
Public Class VirtualMachineInstanceUpdateProperties
Implements IVirtualMachineInstanceUpdateProperties
- Inheritance
-
VirtualMachineInstanceUpdateProperties
- Attributes
- Implements
Constructors
VirtualMachineInstanceUpdateProperties() |
Creates an new VirtualMachineInstanceUpdateProperties 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 VirtualMachineInstanceUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachineInstanceUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualMachineInstanceUpdateProperties. |
FromJsonString(String) |
Creates a new instance of VirtualMachineInstanceUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachineInstanceUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |