共用方式為


MeterInfo interface

計量的詳細資訊。

屬性

effectiveDate

指出計量速率生效的日期。

includedQuantity

供應專案中包含的資源數量不收費。 超過此數量的使用量將會收取費用。

meterCategory

計量的類別,例如「雲端服務」、「網路」等。

meterId

資源的唯一標識碼。

meterName

指定計量類別內計量的名稱

meterRates

計量速率的索引鍵/值組清單,格式為 'key':'value',其中 key = 計量數量,而 value = 對應的價格

meterRegion

Azure 服務可供使用的區域。

meterSubCategory

計量的子類別,例如 『A6 雲端服務』、『ExpressRoute (IXP)』等等。

meterTags

提供額外的計量數據。 「第三方」表示沒有折扣的計量。 空白表示第一方。

unit

計量耗用量收費單位,例如 『Hours』、『GB』等。

屬性詳細資料

effectiveDate

指出計量速率生效的日期。

effectiveDate?: Date

屬性值

Date

includedQuantity

供應專案中包含的資源數量不收費。 超過此數量的使用量將會收取費用。

includedQuantity?: number

屬性值

number

meterCategory

計量的類別,例如「雲端服務」、「網路」等。

meterCategory?: string

屬性值

string

meterId

資源的唯一標識碼。

meterId?: string

屬性值

string

meterName

指定計量類別內計量的名稱

meterName?: string

屬性值

string

meterRates

計量速率的索引鍵/值組清單,格式為 'key':'value',其中 key = 計量數量,而 value = 對應的價格

meterRates?: {[propertyName: string]: number}

屬性值

{[propertyName: string]: number}

meterRegion

Azure 服務可供使用的區域。

meterRegion?: string

屬性值

string

meterSubCategory

計量的子類別,例如 『A6 雲端服務』、『ExpressRoute (IXP)』等等。

meterSubCategory?: string

屬性值

string

meterTags

提供額外的計量數據。 「第三方」表示沒有折扣的計量。 空白表示第一方。

meterTags?: string[]

屬性值

string[]

unit

計量耗用量收費單位,例如 『Hours』、『GB』等。

unit?: string

屬性值

string