BillingProfile Class
Specifies the billing related details of a Azure Spot VM or VMSS.
<br>
:code:>><<<br>
Minimum api-version: 2019-03-01.
- Inheritance
-
azure.mgmt.compute._serialization.ModelBillingProfile
Constructor
BillingProfile(*, max_price: float | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
max_price
|
Specifies the maximum price you are willing to pay for a Azure Spot
VM/VMSS. This price is in US Dollars. |
Variables
Name | Description |
---|---|
max_price
|
Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS.
This price is in US Dollars. |
Azure SDK for Python