EstimatedVMPrices Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.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() |