CustomerUsageSpendingBudgetOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. usage. CustomerUsageSpendingBudgetOperations
- com.
- com.
- com.
Implements
public class CustomerUsageSpendingBudgetOperations extends BasePartnerComponentString implements ICustomerUsageSpendingBudget
This class implements the operations available on a customer's usage spending budget.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomerUsageSpendingBudgetOperations(IPartner rootPartnerOperations, String customerId) |
Initializes a new instance of the Customer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Spending |
get()
Gets the usage spending budget allocated to a customer by the partner. |
|
Spending |
patch(SpendingBudget usageSpendingBudget)
Patches the usage spending budget allocated to a customer by the partner. |
Inherited Members
Constructor Details
CustomerUsageSpendingBudgetOperations
public CustomerUsageSpendingBudgetOperations(IPartner rootPartnerOperations, String customerId)
Initializes a new instance of the CustomerUsageSpendingBudgetOperations class.
Parameters:
Method Details
get
public SpendingBudget get()
Gets the usage spending budget allocated to a customer by the partner.
Returns:
patch
public SpendingBudget patch(SpendingBudget usageSpendingBudget)
Patches the usage spending budget allocated to a customer by the partner.
Parameters:
Returns: