Credits Interface

public interface Credits

Resource collection API of Credits.

Method Summary

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

The credit summary by billingAccountId and billingProfileId.

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

The credit summary by billingAccountId and billingProfileId.

Method Details

get

public abstract CreditSummary 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.

Applies to