次の方法で共有


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 ID

options
LotsListByBillingAccountOptionalParams

options パラメーター。

戻り値

listByBillingProfile(string, string, LotsListByBillingProfileOptionalParams)

課金アカウントまたは課金プロファイルのすべての Azure クレジットと Microsoft Azure 消費コミットメントを一覧表示します。 Microsoft Azure の従量課金コミットメントは、課金アカウントのスコープでのみサポートされます。

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

パラメーター

billingAccountId

string

BillingAccount ID

billingProfileId

string

Azure Billing Profile ID。

options
LotsListByBillingProfileOptionalParams

options パラメーター。

戻り値