HardwareProfile Class

Definition

Hardware specifications for the Dev Box.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.HardwareProfileTypeConverter))]
public class HardwareProfile : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IHardwareProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.HardwareProfileTypeConverter))>]
type HardwareProfile = class
    interface IHardwareProfile
    interface IJsonSerializable
Public Class HardwareProfile
Implements IHardwareProfile
Inheritance
HardwareProfile
Attributes
Implements

Constructors

HardwareProfile()

Creates an new HardwareProfile instance.

Properties

MemoryGb

The amount of memory available for the Dev Box.

SkuName

The name of the SKU

VCpUs

The number of vCPUs available for the Dev Box.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HardwareProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HardwareProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IHardwareProfile.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HardwareProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to