LotsOperations interface
表示 LotsOperations 的接口。
方法
| list |
列出计费帐户或计费配置文件的所有 Azure 额度和Microsoft Azure 消耗承诺。 Microsoft仅对计费帐户范围支持 Azure 消耗承诺。 |
| list |
列出计费帐户或计费配置文件的所有 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
选项参数。
返回
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。
选项参数。