LotsOperationsOperations interface
LotsOperations操作を表すインターフェース。
プロパティ
| list |
課金アカウントのすべての Microsoft Azure 従量課金コミットメントを一覧表示します。 この API は、Microsoft 顧客契約 (MCA) と Direct Enterprise Agreement (EA) の課金アカウントでのみサポートされます。 |
| list |
課金アカウントまたは課金プロファイルのすべての Azure クレジットを一覧表示します。 この API は、Microsoft 顧客契約 (MCA) の課金アカウントでのみサポートされています。 |
| list |
顧客のすべての Azure クレジットを一覧表示します。 この API は、Microsoft Partner Agreements (MPA) の課金アカウントでのみサポートされます。 |
プロパティの詳細
listByBillingAccount
課金アカウントのすべての Microsoft Azure 従量課金コミットメントを一覧表示します。 この API は、Microsoft 顧客契約 (MCA) と Direct Enterprise Agreement (EA) の課金アカウントでのみサポートされます。
listByBillingAccount: (billingAccountId: string, options?: LotsOperationsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>
プロパティ値
(billingAccountId: string, options?: LotsOperationsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>
listByBillingProfile
課金アカウントまたは課金プロファイルのすべての Azure クレジットを一覧表示します。 この API は、Microsoft 顧客契約 (MCA) の課金アカウントでのみサポートされています。
listByBillingProfile: (billingAccountId: string, billingProfileId: string, options?: LotsOperationsListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>
プロパティ値
(billingAccountId: string, billingProfileId: string, options?: LotsOperationsListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>
listByCustomer
顧客のすべての Azure クレジットを一覧表示します。 この API は、Microsoft Partner Agreements (MPA) の課金アカウントでのみサポートされます。
listByCustomer: (billingAccountId: string, customerId: string, options?: LotsOperationsListByCustomerOptionalParams) => PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>
プロパティ値
(billingAccountId: string, customerId: string, options?: LotsOperationsListByCustomerOptionalParams) => PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>