RateCard class
代表 RateCard 的類別。
建構函式
Rate |
建立 RateCard。 |
方法
get(string, Request |
可讓您依供應專案識別碼、貨幣、地區設定和區域查詢指定訂用帳戶中使用的資源/計量中繼資料和相關價格。 與計費計量相關聯的中繼資料,包括但不限於服務名稱、類型、資源、測量單位和區域,隨時都會變更,而且不會通知。 如果您想要以自動化方式使用此計費資料,請使用計費計量 GUID 來唯一識別每個計費專案。 如果計費計量 GUID 已排定因為新的計費模型而變更,您就會事先收到變更的通知。 |
get(string, Request |
|
get(string, Service |
建構函式詳細資料
RateCard(UsageManagementClientContext)
建立 RateCard。
new RateCard(client: UsageManagementClientContext)
參數
- client
- UsageManagementClientContext
服務用戶端的參考。
方法詳細資料
get(string, RequestOptionsBase)
可讓您依供應專案識別碼、貨幣、地區設定和區域查詢指定訂用帳戶中使用的資源/計量中繼資料和相關價格。 與計費計量相關聯的中繼資料,包括但不限於服務名稱、類型、資源、測量單位和區域,隨時都會變更,而且不會通知。 如果您想要以自動化方式使用此計費資料,請使用計費計量 GUID 來唯一識別每個計費專案。 如果計費計量 GUID 已排定因為新的計費模型而變更,您就會事先收到變更的通知。
function get(filter: string, options?: RequestOptionsBase): Promise<RateCardGetResponse>
參數
- filter
-
string
要套用至作業的篩選準則。 它目前僅支援 'eq' 和 'and' 邏輯運算子。 所有 4 個查詢參數 'OfferDurableId'、'Currency'、'Locale'、'Region' 都必須是$filter的一部分。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RateCardGetResponse>
Promise < Models.RateCardGetResponse>
get(string, RequestOptionsBase, ServiceCallback<ResourceRateCardInfo>)
function get(filter: string, options: RequestOptionsBase, callback: ServiceCallback<ResourceRateCardInfo>)
參數
- filter
-
string
要套用至作業的篩選準則。 它目前僅支援 'eq' 和 'and' 邏輯運算子。 所有 4 個查詢參數 'OfferDurableId'、'Currency'、'Locale'、'Region' 都必須是$filter的一部分。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, ServiceCallback<ResourceRateCardInfo>)
function get(filter: string, callback: ServiceCallback<ResourceRateCardInfo>)
參數
- filter
-
string
要套用至作業的篩選準則。 它目前僅支援 'eq' 和 'and' 邏輯運算子。 所有 4 個查詢參數 'OfferDurableId'、'Currency'、'Locale'、'Region' 都必須是$filter的一部分。
- callback
回呼