MeterInfo interface
計量的詳細資訊。
屬性
effective |
指出計量速率生效的日期。 |
included |
供應專案中包含的資源數量不收費。 超出此數量的使用量將需支付費用。 |
meter |
計量的類別,例如「雲端服務」、「網路」等。 |
meter |
資源的唯一識別碼。 |
meter |
指定計量類別目錄內的計量名稱 |
meter |
計量速率的索引鍵/值組清單,格式為 'key':'value',其中 key = 計量數量,而 value = 對應的價格 |
meter |
Azure 服務可供使用的區域。 |
meter |
計量的子類別,例如 'A6 雲端服務'、'ExpressRoute (IXP) '等等。 |
meter |
提供額外的計量資料。 「協力廠商」表示沒有折扣的計量。 空白表示第一方。 |
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