ArmMachineLearningModelFactory.MachineLearningEstimatedVmPrice Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.