Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeterDetails

Package version

interface

An interface representing MeterDetails. The properties of the meter detail.

Hierarchy

  • MeterDetails

Index

Properties

Optional meterCategory

meterCategory: undefined | string
member

{string} [meterCategory] The category of the meter, for example, 'Cloud services', 'Networking', etc.. NOTE: This property will not be serialized. It can only be populated by the server.

Optional meterLocation

meterLocation: undefined | string
member

{string} [meterLocation] The location in which the Azure service is available. NOTE: This property will not be serialized. It can only be populated by the server.

Optional meterName

meterName: undefined | string
member

{string} [meterName] The name of the meter, within the given meter category NOTE: This property will not be serialized. It can only be populated by the server.

Optional meterSubCategory

meterSubCategory: undefined | string
member

{string} [meterSubCategory] The subcategory of the meter, for example, 'A6 Cloud services', 'ExpressRoute (IXP)', etc.. NOTE: This property will not be serialized. It can only be populated by the server.

Optional pretaxStandardRate

pretaxStandardRate: undefined | number
member

{number} [pretaxStandardRate] The pretax listing price. NOTE: This property will not be serialized. It can only be populated by the server.

Optional serviceName

serviceName: undefined | string
member

{string} [serviceName] The name of the service. NOTE: This property will not be serialized. It can only be populated by the server.

Optional serviceTier

serviceTier: undefined | string
member

{string} [serviceTier] The service tier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional totalIncludedQuantity

totalIncludedQuantity: undefined | number
member

{number} [totalIncludedQuantity] The total included quantity associated with the offer. NOTE: This property will not be serialized. It can only be populated by the server.

Optional unit

unit: undefined | string
member

{string} [unit] The unit in which the meter consumption is charged, for example, 'Hours', 'GB', etc. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc