LotsOperationsClient Interface
public interface LotsOperationsClient
An instance of this class provides access to all the operations defined in LotsOperationsClient.
Method Summary
Method Details
listByBillingAccount
public abstract PagedIterable<LotSummaryInner> listByBillingAccount(String billingAccountId)
Lists all Microsoft Azure consumption commitments for a billing account. The API is only supported for Microsoft Customer Agreements (MCA) and Direct Enterprise Agreement (EA) billing accounts.
Parameters:
Returns:
listByBillingAccount
public abstract PagedIterable<LotSummaryInner> listByBillingAccount(String billingAccountId, String filter, Context context)
Lists all Microsoft Azure consumption commitments for a billing account. The API is only supported for Microsoft Customer Agreements (MCA) and Direct Enterprise Agreement (EA) billing accounts.
Parameters:
Returns:
listByBillingProfile
public abstract PagedIterable<LotSummaryInner> listByBillingProfile(String billingAccountId, String billingProfileId)
Lists all Azure credits for a billing account or a billing profile. The API is only supported for Microsoft Customer Agreements (MCA) billing accounts.
Parameters:
Returns:
listByBillingProfile
public abstract PagedIterable<LotSummaryInner> listByBillingProfile(String billingAccountId, String billingProfileId, Context context)
Lists all Azure credits for a billing account or a billing profile. The API is only supported for Microsoft Customer Agreements (MCA) billing accounts.
Parameters:
Returns:
listByCustomer
public abstract PagedIterable<LotSummaryInner> listByCustomer(String billingAccountId, String customerId)
Lists all Azure credits for a customer. The API is only supported for Microsoft Partner Agreements (MPA) billing accounts.
Parameters:
Returns:
listByCustomer
public abstract PagedIterable<LotSummaryInner> listByCustomer(String billingAccountId, String customerId, String filter, Context context)
Lists all Azure credits for a customer. The API is only supported for Microsoft Partner Agreements (MPA) billing accounts.
Parameters:
Returns: