你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EstimatedVMPrices Class

Definition

The estimated price info for using a VM.

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

Constructors

EstimatedVMPrices()

Creates an new EstimatedVMPrices instance.

Properties

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

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.Api20220501.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