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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python