MeterDetails Class
The properties of the meter detail.
Constructor
MeterDetails(*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
|
The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc. |
|
meter_location
|
The location in which the Azure service is available. |
|
total_included_quantity
|
The total included quantity associated with the offer. |
|
pretax_standard_rate
|
The pretax listing price. |
|
service_name
|
The name of the service. |
|
service_tier
|
The service tier. |
Attributes
meter_category
The category of the meter, for example, 'Cloud services', 'Networking', etc..
meter_category: str | None
meter_location
The location in which the Azure service is available.
meter_location: 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
pretax_standard_rate
The pretax listing price.
pretax_standard_rate: Decimal | None
service_name
The name of the service.
service_name: str | None
service_tier
The service tier.
service_tier: str | None
total_included_quantity
The total included quantity associated with the offer.
total_included_quantity: Decimal | None
unit
The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
unit: str | None