ArmMachineLearningModelFactory.MachineLearningEstimatedVmPrices Method
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.
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET