Freigeben über


HardwareProfileUpdate Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.HardwareProfileUpdateTypeConverter))]
public class HardwareProfileUpdate : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IHardwareProfileUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.HardwareProfileUpdateTypeConverter))>]
type HardwareProfileUpdate = class
    interface IHardwareProfileUpdate
    interface IJsonSerializable
Public Class HardwareProfileUpdate
Implements IHardwareProfileUpdate
Inheritance
HardwareProfileUpdate
Attributes
Implements

Constructors

HardwareProfileUpdate()

Creates an new HardwareProfileUpdate instance.

Properties

MemoryMb

RAM in MB for the virtual machine instance

Processor

number of processors for the virtual machine instance

VMSize

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HardwareProfileUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HardwareProfileUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IHardwareProfileUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HardwareProfileUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to