共用方式為


PriceSheet interface

代表 PriceSheet 的介面。

方法

get(PriceSheetGetOptionalParams)

取得訂閱的價位表。 價位表僅適用于 2014 年 5 月 1 日或更新版本。

getByBillingPeriod(string, PriceSheetGetByBillingPeriodOptionalParams)

依 subscriptionId 和計費週期取得範圍的價位表。 價位表僅適用于 2014 年 5 月 1 日或更新版本。

方法詳細資料

get(PriceSheetGetOptionalParams)

取得訂閱的價位表。 價位表僅適用于 2014 年 5 月 1 日或更新版本。

function get(options?: PriceSheetGetOptionalParams): Promise<PriceSheetResult>

參數

options
PriceSheetGetOptionalParams

選項參數。

傳回

Promise<PriceSheetResult>

getByBillingPeriod(string, PriceSheetGetByBillingPeriodOptionalParams)

依 subscriptionId 和計費週期取得範圍的價位表。 價位表僅適用于 2014 年 5 月 1 日或更新版本。

function getByBillingPeriod(billingPeriodName: string, options?: PriceSheetGetByBillingPeriodOptionalParams): Promise<PriceSheetResult>

參數

billingPeriodName

string

計費期間名稱。

傳回

Promise<PriceSheetResult>