MeterDetailsResponse Class
The properties of the meter detail.
Constructor
MeterDetailsResponse(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
meter_name
|
The name of the meter, within the given meter category. |
|
meter_category
|
The category of the meter, for example, 'Cloud services', 'Networking', etc.. |
|
meter_sub_category
|
The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc.. |
|
unit_of_measure
|
The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc. |
|
service_family
|
The service family. |
Attributes
meter_category
The category of the meter, for example, 'Cloud services', 'Networking', etc..
meter_category: str | None
meter_name
The name of the meter, within the given meter category.
meter_name: str | None
meter_sub_category
The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
meter_sub_category: str | None
service_family
The service family.
service_family: str | None
unit_of_measure
The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
unit_of_measure: str | None