Share via


ArmMachineLearningModelFactory.MachineLearningEstimatedVmPrice Method

Definition

Initializes a new instance of MachineLearningEstimatedVmPrice.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningEstimatedVmPrice MachineLearningEstimatedVmPrice (double retailPrice = 0, Azure.ResourceManager.MachineLearning.Models.MachineLearningVmPriceOSType osType = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningVmTier vmTier = default);
static member MachineLearningEstimatedVmPrice : double * Azure.ResourceManager.MachineLearning.Models.MachineLearningVmPriceOSType * Azure.ResourceManager.MachineLearning.Models.MachineLearningVmTier -> Azure.ResourceManager.MachineLearning.Models.MachineLearningEstimatedVmPrice
Public Shared Function MachineLearningEstimatedVmPrice (Optional retailPrice As Double = 0, Optional osType As MachineLearningVmPriceOSType = Nothing, Optional vmTier As MachineLearningVmTier = Nothing) As MachineLearningEstimatedVmPrice

Parameters

retailPrice
Double

The price charged for using the VM.

osType
MachineLearningVmPriceOSType

Operating system type used by the VM.

vmTier
MachineLearningVmTier

The type of the VM.

Returns

A new MachineLearningEstimatedVmPrice instance for mocking.

Applies to