BillingMeterProperties Class
Revision resource specific properties.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelBillingMeterProperties
Constructor
BillingMeterProperties(*, category: str | None = None, meter_type: str | None = None, display_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
category
|
Used to categorize billing meters. |
meter_type
|
Billing meter type. |
display_name
|
The everyday name of the billing meter. |
Variables
Name | Description |
---|---|
category
|
Used to categorize billing meters. |
meter_type
|
Billing meter type. |
display_name
|
The everyday name of the billing meter. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python