MeterInfo interface

Detailed information about the meter.

Properties

effectiveDate

Indicates the date from which the meter rate is effective.

includedQuantity

The resource quantity that is included in the offer at no cost. Consumption beyond this quantity will be charged.

meterCategory

The category of the meter, e.g., 'Cloud services', 'Networking', etc..

meterId

The unique identifier of the resource.

meterName

The name of the meter, within the given meter category

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

meterRegion

The region in which the Azure service is available.

meterSubCategory

The subcategory of the meter, e.g., 'A6 Cloud services', 'ExpressRoute (IXP)', etc..

meterTags

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