MeterDetailsResponse interface
The properties of the meter detail.
Properties
| meter |
The category of the meter, for example, 'Cloud services', 'Networking', etc.. |
| 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.. |
| service |
The service family. |
| 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
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
serviceFamily
The service family.
serviceFamily?: string
Property Value
string
unitOfMeasure
The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc.
unitOfMeasure?: string
Property Value
string