Compartir a través de


ArmMachineLearningModelFactory.MachineLearningEstimatedVmPrice Método

Definición

Inicializa una nueva instancia de 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

Parámetros

retailPrice
Double

Precio que se cobra por usar la máquina virtual.

osType
MachineLearningVmPriceOSType

Tipo de sistema operativo usado por la máquina virtual.

vmTier
MachineLearningVmTier

El tipo de la máquina virtual.

Devoluciones

MachineLearningEstimatedVmPrice Nueva instancia de para simular.

Se aplica a