Balance Class
A balance resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.consumption.models._models_py3.ResourceBalance
Constructor
Balance(*, billing_frequency: Optional[Union[str, azure.mgmt.consumption.models._consumption_management_client_enums.BillingFrequency]] = None, **kwargs)
Parameters
- billing_frequency
- str or BillingFrequency
The billing frequency. Possible values include: "Month", "Quarter", "Year".
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
- currency
- str
The ISO currency in which the meter is charged, for example, USD.
- beginning_balance
- float
The beginning balance for the billing period.
- ending_balance
- float
The ending balance for the billing period (for open periods this will be updated daily).
- new_purchases
- float
Total new purchase amount.
- adjustments
- float
Total adjustment amount.
- utilized
- float
Total Commitment usage.
- service_overage
- float
Overage for Azure services.
- charges_billed_separately
- float
Charges Billed separately.
- total_overage
- float
serviceOverage + chargesBilledSeparately.
- total_usage
- float
Azure service commitment + total Overage.
- azure_marketplace_service_charges
- float
Total charges for Azure Marketplace.
- price_hidden
- bool
Price is hidden or not.
- new_purchases_details
- list[BalancePropertiesNewPurchasesDetailsItem]
List of new purchases.
- adjustment_details
- list[BalancePropertiesAdjustmentDetailsItem]
List of Adjustments (Promo credit, SIE credit etc.).
Feedback
Submit and view feedback for