EstimatedVMPrice 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 of a particular OS type, tier, etc.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EstimatedVMPriceTypeConverter))]
public class EstimatedVMPrice : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEstimatedVMPrice
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |