你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SavingsPlanOrders interface

表示 SavingsPlanOrders 的接口。

方法

getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)

按计费帐户获取储蓄计划订单。

listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)

按计费帐户列出所有储蓄计划订单。

方法详细信息

getByBillingAccount(string, string, SavingsPlanOrdersGetByBillingAccountOptionalParams)

按计费帐户获取储蓄计划订单。

function getByBillingAccount(billingAccountName: string, savingsPlanOrderId: string, options?: SavingsPlanOrdersGetByBillingAccountOptionalParams): Promise<SavingsPlanOrderModel>

参数

billingAccountName

string

唯一标识计费帐户的 ID。

savingsPlanOrderId

string

保存计划的顺序 ID

返回

listByBillingAccount(string, SavingsPlanOrdersListByBillingAccountOptionalParams)

按计费帐户列出所有储蓄计划订单。

function listByBillingAccount(billingAccountName: string, options?: SavingsPlanOrdersListByBillingAccountOptionalParams): PagedAsyncIterableIterator<SavingsPlanOrderModel, SavingsPlanOrderModel[], PageSettings>

参数

billingAccountName

string

唯一标识计费帐户的 ID。

返回