你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMachineLearningModelFactory.MachineLearningEstimatedVmPrices 方法

定义

初始化 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

参数

billingCurrency
MachineLearningBillingCurrency

三个字母代码,指定 VM 价格的货币。 示例:USD。

unitOfMeasure
MachineLearningUnitOfMeasure

指定 VM 价格的时间度量单位。 示例:OneHour。

values
IEnumerable<MachineLearningEstimatedVmPrice>

使用特定 OS 类型、层等 VM 的估计价格列表。

返回

用于模拟的新 MachineLearningEstimatedVmPrices 实例。

适用于