Credits interface

Interface representing a Credits.

Methods

get(string, string, CreditsGetOptionalParams)

The credit summary by billingAccountId and billingProfileId.

Method Details

get(string, string, CreditsGetOptionalParams)

The credit summary by billingAccountId and billingProfileId.

function get(billingAccountId: string, billingProfileId: string, options?: CreditsGetOptionalParams): Promise<CreditSummary>

Parameters

billingAccountId

string

BillingAccount ID

billingProfileId

string

Azure Billing Profile ID.

options
CreditsGetOptionalParams

The options parameters.

Returns

Promise<CreditSummary>