Udostępnij przez


EstimatedVMPrices Class

Definition

The estimated price info for using a VM.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EstimatedVMPricesTypeConverter))]
public class EstimatedVMPrices : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEstimatedVMPrices
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EstimatedVMPricesTypeConverter))>]
type EstimatedVMPrices = class
    interface IEstimatedVMPrices
    interface IJsonSerializable
Public Class EstimatedVMPrices
Implements IEstimatedVMPrices
Inheritance
EstimatedVMPrices
Attributes
Implements

Constructors

Name Description
EstimatedVMPrices()

Creates an new EstimatedVMPrices instance.

Properties

Name Description
BillingCurrency

Three lettered code specifying the currency of the VM price. Example: USD

UnitOfMeasure

The unit of time measurement for the specified VM price. Example: OneHour

Value

The list of estimated prices for using a VM of a particular OS type, tier, etc.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EstimatedVMPrices.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EstimatedVMPrices.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEstimatedVMPrices.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EstimatedVMPrices into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to