EstimatedVMPrices Class
The estimated price info for using a VM.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
EstimatedVMPrices
Constructor
EstimatedVMPrices(*, billing_currency: Union[str, azure.mgmt.machinelearningservices.models._azure_machine_learning_workspaces_enums.BillingCurrency], unit_of_measure: Union[str, azure.mgmt.machinelearningservices.models._azure_machine_learning_workspaces_enums.UnitOfMeasure], values: List[azure.mgmt.machinelearningservices.models._models_py3.EstimatedVMPrice], **kwargs)
Parameters
- billing_currency
- str or BillingCurrency
Required
Required. Three lettered code specifying the currency of the VM price. Example: USD. Possible values include: "USD".
- unit_of_measure
- str or UnitOfMeasure
Required
Required. The unit of time measurement for the specified VM price. Example: OneHour. Possible values include: "OneHour".
- values
- list[EstimatedVMPrice]
Required
Required. The list of estimated prices for using a VM of a particular OS type, tier, etc.
Feedback
Submit and view feedback for