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

LotsOperations interface

表示 LotsOperations 的接口。

方法

listByBillingAccount(string, LotsListByBillingAccountOptionalParams)

列出计费帐户或计费配置文件的所有 Azure 额度和Microsoft Azure 消耗承诺。 Microsoft仅对计费帐户范围支持 Azure 消耗承诺。

listByBillingProfile(string, string, LotsListByBillingProfileOptionalParams)

列出计费帐户或计费配置文件的所有 Azure 额度和Microsoft Azure 消耗承诺。 Microsoft仅对计费帐户范围支持 Azure 消耗承诺。

方法详细信息

listByBillingAccount(string, LotsListByBillingAccountOptionalParams)

列出计费帐户或计费配置文件的所有 Azure 额度和Microsoft Azure 消耗承诺。 Microsoft仅对计费帐户范围支持 Azure 消耗承诺。

function listByBillingAccount(billingAccountId: string, options?: LotsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>

参数

billingAccountId

string

计费帐户 ID

options
LotsListByBillingAccountOptionalParams

选项参数。

返回

listByBillingProfile(string, string, LotsListByBillingProfileOptionalParams)

列出计费帐户或计费配置文件的所有 Azure 额度和Microsoft Azure 消耗承诺。 Microsoft仅对计费帐户范围支持 Azure 消耗承诺。

function listByBillingProfile(billingAccountId: string, billingProfileId: string, options?: LotsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>

参数

billingAccountId

string

计费帐户 ID

billingProfileId

string

Azure 计费配置文件 ID。

options
LotsListByBillingProfileOptionalParams

选项参数。

返回