Partilhar via


ArmMachineLearningModelFactory.MachineLearningEstimatedVmPrices Método

Definição

Inicializa uma nova instância de 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

Parâmetros

billingCurrency
MachineLearningBillingCurrency

Três letras de código especificando a moeda do preço da VM. Exemplo: USD.

unitOfMeasure
MachineLearningUnitOfMeasure

A medida de unidade de tempo para o preço da VM especificado. Exemplo: OneHour.

values
IEnumerable<MachineLearningEstimatedVmPrice>

A lista de preços estimados para usar uma VM de um tipo de sistema operacional específico, camada etc.

Retornos

Uma nova MachineLearningEstimatedVmPrices instância para zombar.

Aplica-se a