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
Credit |
get(String billingAccountId, String billingProfileId)
The credit summary by billing |
abstract
Response<Credit |
getWithResponse(String billingAccountId, String billingProfileId, Context context)
The credit summary by billing |
Method Details
get
public abstract CreditSummaryInner get(String billingAccountId, String billingProfileId)
The credit summary by billingAccountId and billingProfileId.
Parameters:
Returns:
getWithResponse
public abstract Response
The credit summary by billingAccountId and billingProfileId.
Parameters:
Returns:
Applies to
Azure SDK for Java