次の方法で共有


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 Billing Profile ID。

options
LotsListByBillingProfileOptionalParams

オプション パラメーター。

戻り値