LotsOperations interface

Interface representing a LotsOperations.

Methods

listByBillingAccount(string, LotsListByBillingAccountOptionalParams)

Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a billing profile. Microsoft Azure consumption commitments are only supported for the billing account scope.

listByBillingProfile(string, string, LotsListByBillingProfileOptionalParams)

Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a billing profile. Microsoft Azure consumption commitments are only supported for the billing account scope.

Method Details

listByBillingAccount(string, LotsListByBillingAccountOptionalParams)

Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a billing profile. Microsoft Azure consumption commitments are only supported for the billing account scope.

function listByBillingAccount(billingAccountId: string, options?: LotsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<LotSummary, LotSummary[], PageSettings>

Parameters

billingAccountId

string

BillingAccount ID

options
LotsListByBillingAccountOptionalParams

The options parameters.

Returns

listByBillingProfile(string, string, LotsListByBillingProfileOptionalParams)

Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a billing profile. Microsoft Azure consumption commitments are only supported for the billing account scope.

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

Parameters

billingAccountId

string

BillingAccount ID

billingProfileId

string

Azure Billing Profile ID.

options
LotsListByBillingProfileOptionalParams

The options parameters.

Returns