Sdílet prostřednictvím


ArmMachineLearningModelFactory.MachineLearningEstimatedVmPrices Method

Definition

Initializes a new instance of MachineLearningEstimatedVmPrices.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningEstimatedVmPrices MachineLearningEstimatedVmPrices (Azure.ResourceManager.MachineLearning.Models.MachineLearningBillingCurrency billingCurrency = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningUnitOfMeasure unitOfMeasure = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEstimatedVmPrice> values = default);
static member MachineLearningEstimatedVmPrices : Azure.ResourceManager.MachineLearning.Models.MachineLearningBillingCurrency * Azure.ResourceManager.MachineLearning.Models.MachineLearningUnitOfMeasure * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningEstimatedVmPrice> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningEstimatedVmPrices
Public Shared Function MachineLearningEstimatedVmPrices (Optional billingCurrency As MachineLearningBillingCurrency = Nothing, Optional unitOfMeasure As MachineLearningUnitOfMeasure = Nothing, Optional values As IEnumerable(Of MachineLearningEstimatedVmPrice) = Nothing) As MachineLearningEstimatedVmPrices

Parameters

billingCurrency
MachineLearningBillingCurrency

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

unitOfMeasure
MachineLearningUnitOfMeasure

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

values
IEnumerable<MachineLearningEstimatedVmPrice>

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

Returns

A new MachineLearningEstimatedVmPrices instance for mocking.

Applies to