Partilhar via


ArmMachineLearningModelFactory.MachineLearningEstimatedVmPrice Método

Definição

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

O preço cobrado pelo uso da VM.

osType
MachineLearningVmPriceOSType

Tipo de sistema operacional usado pela VM.

vmTier
MachineLearningVmTier

O tipo da VM.

Retornos

Uma nova MachineLearningEstimatedVmPrice instância para zombar.

Aplica-se a