MeterDetails interface
The properties of the meter detail.
Properties
| meter |
The category of the meter, for example, 'Cloud services', 'Networking', etc.. |
| meter |
The location in which the Azure service is available. |
| meter |
The name of the meter, within the given meter category |
| meter |
The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc.. |
| pretax |
The pretax listing price. |
| service |
The name of the service. |
| service |
The service tier. |
| total |
The total included quantity associated with the offer. |
| unit | The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc. |
Property Details
meterCategory
The category of the meter, for example, 'Cloud services', 'Networking', etc..
meterCategory?: string
Property Value
string
meterLocation
The location in which the Azure service is available.
meterLocation?: string
Property Value
string
meterName
The name of the meter, within the given meter category
meterName?: string
Property Value
string
meterSubCategory
The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
meterSubCategory?: string
Property Value
string
pretaxStandardRate
The pretax listing price.
pretaxStandardRate?: number
Property Value
number
serviceName
The name of the service.
serviceName?: string
Property Value
string
serviceTier
The service tier.
serviceTier?: string
Property Value
string
totalIncludedQuantity
The total included quantity associated with the offer.
totalIncludedQuantity?: number
Property Value
number
unit
The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
unit?: string
Property Value
string