Share via


EstimatedVMPrice Class

Definition

The estimated price info for using a VM of a particular OS type, tier, etc.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.EstimatedVMPriceTypeConverter))]
public class EstimatedVMPrice : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IEstimatedVMPrice
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.EstimatedVMPriceTypeConverter))>]
type EstimatedVMPrice = class
    interface IEstimatedVMPrice
    interface IJsonSerializable
Public Class EstimatedVMPrice
Implements IEstimatedVMPrice
Inheritance
EstimatedVMPrice
Attributes
Implements

Constructors

EstimatedVMPrice()

Creates an new EstimatedVMPrice instance.

Properties

OSType

Operating system type used by the VM.

RetailPrice

The price charged for using the VM.

VMTier

The type of the VM.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EstimatedVMPrice.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EstimatedVMPrice.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IEstimatedVMPrice.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EstimatedVMPrice into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to