EstimatedVMPrices Class
The estimated price info for using a VM.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelEstimatedVMPrices
Constructor
EstimatedVMPrices(*, billing_currency: str | BillingCurrency, unit_of_measure: str | UnitOfMeasure, values: List[EstimatedVMPrice], **kwargs)
Parameters
Name | Description |
---|---|
billing_currency
Required
|
Required. Three lettered code specifying the currency of the VM price. Example: USD. Possible values include: "USD". |
unit_of_measure
Required
|
str or
UnitOfMeasure
Required. The unit of time measurement for the specified VM price. Example: OneHour. Possible values include: "OneHour". |
values
Required
|
Required. The list of estimated prices for using a VM of a particular OS type, tier, etc. |
Keyword-Only Parameters
Name | Description |
---|---|
billing_currency
Required
|
|
unit_of_measure
Required
|
|
values
Required
|
|
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python