Udostępnij za pośrednictwem


MachineLearningEstimatedVmPrices Class

Definition

The estimated price info for using a VM.

public class MachineLearningEstimatedVmPrices : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEstimatedVmPrices>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEstimatedVmPrices>
public class MachineLearningEstimatedVmPrices
type MachineLearningEstimatedVmPrices = class
    interface IJsonModel<MachineLearningEstimatedVmPrices>
    interface IPersistableModel<MachineLearningEstimatedVmPrices>
type MachineLearningEstimatedVmPrices = class
Public Class MachineLearningEstimatedVmPrices
Implements IJsonModel(Of MachineLearningEstimatedVmPrices), IPersistableModel(Of MachineLearningEstimatedVmPrices)
Public Class MachineLearningEstimatedVmPrices
Inheritance
MachineLearningEstimatedVmPrices
Implements

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.

Values

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

Explicit Interface Implementations

IJsonModel<MachineLearningEstimatedVmPrices>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningEstimatedVmPrices>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningEstimatedVmPrices>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningEstimatedVmPrices>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningEstimatedVmPrices>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to