MeterInfo interface
Detailed information about the meter.
Properties
effective |
Indicates the date from which the meter rate is effective. |
included |
The resource quantity that is included in the offer at no cost. Consumption beyond this quantity will be charged. |
meter |
The category of the meter, e.g., 'Cloud services', 'Networking', etc.. |
meter |
The unique identifier of the resource. |
meter |
The name of the meter, within the given meter category |
meter |
The list of key/value pairs for the meter rates, in the format 'key':'value' where key = the meter quantity, and value = the corresponding price |
meter |
The region in which the Azure service is available. |
meter |
The subcategory of the meter, e.g., 'A6 Cloud services', 'ExpressRoute (IXP)', etc.. |
meter |
Provides additional meter data. 'Third Party' indicates a meter with no discount. Blanks indicate First Party. |
unit | The unit in which the meter consumption is charged, e.g., 'Hours', 'GB', etc. |
Property Details
effectiveDate
Indicates the date from which the meter rate is effective.
effectiveDate?: Date
Property Value
Date
includedQuantity
The resource quantity that is included in the offer at no cost. Consumption beyond this quantity will be charged.
includedQuantity?: number
Property Value
number
meterCategory
The category of the meter, e.g., 'Cloud services', 'Networking', etc..
meterCategory?: string
Property Value
string
meterId
The unique identifier of the resource.
meterId?: string
Property Value
string
meterName
The name of the meter, within the given meter category
meterName?: string
Property Value
string
meterRates
The list of key/value pairs for the meter rates, in the format 'key':'value' where key = the meter quantity, and value = the corresponding price
meterRates?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
meterRegion
The region in which the Azure service is available.
meterRegion?: string
Property Value
string
meterSubCategory
The subcategory of the meter, e.g., 'A6 Cloud services', 'ExpressRoute (IXP)', etc..
meterSubCategory?: string
Property Value
string
meterTags
Provides additional meter data. 'Third Party' indicates a meter with no discount. Blanks indicate First Party.
meterTags?: string[]
Property Value
string[]
unit
The unit in which the meter consumption is charged, e.g., 'Hours', 'GB', etc.
unit?: string
Property Value
string
Azure SDK for JavaScript