CreditsClient Interface

public interface CreditsClient

An instance of this class provides access to all the operations defined in CreditsClient.

Method Summary

Modifier and Type Method and Description
abstract CreditSummaryInner get(String billingAccountId, String billingProfileId)

The credit summary by billingAccountId and billingProfileId.

abstract Response<CreditSummaryInner> getWithResponse(String billingAccountId, String billingProfileId, Context context)

The credit summary by billingAccountId and billingProfileId.

Method Details

get

public abstract CreditSummaryInner get(String billingAccountId, String billingProfileId)

The credit summary by billingAccountId and billingProfileId.

Parameters:

billingAccountId - BillingAccount ID.
billingProfileId - Azure Billing Profile ID.

Returns:

a credit summary resource.

getWithResponse

public abstract Response getWithResponse(String billingAccountId, String billingProfileId, Context context)

The credit summary by billingAccountId and billingProfileId.

Parameters:

billingAccountId - BillingAccount ID.
billingProfileId - Azure Billing Profile ID.
context - The context to associate with this operation.

Returns:

a credit summary resource along with Response<T>.

Applies to