共用方式為


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

BillingAccount 識別符

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

BillingAccount 識別符

billingProfileId

string

Azure 帳單配置文件標識碼。

options
LotsListByBillingProfileOptionalParams

選項參數。

傳回