Interface ICustomerUsageSpendingBudget
- All Superinterfaces:
IEntityGetOperations<SpendingBudget>,IEntityPatchOperations<SpendingBudget>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerUsageSpendingBudgetOperations
public interface ICustomerUsageSpendingBudget extends IPartnerComponentString, IEntityGetOperations<SpendingBudget>, IEntityPatchOperations<SpendingBudget>
This interface defines the operations available on a customer's usage spending budget.
-
Method Summary
Modifier and Type Method Description SpendingBudgetget()Retrieves the customer's usage spending budget.SpendingBudgetpatch(SpendingBudget spendingBudget)Patches the customer's usage spending budget.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
SpendingBudget get()Retrieves the customer's usage spending budget.- Specified by:
getin interfaceIEntityGetOperations<SpendingBudget>- Returns:
- The customer's usage spending budget.
-
patch
Patches the customer's usage spending budget.- Specified by:
patchin interfaceIEntityPatchOperations<SpendingBudget>- Parameters:
spendingBudget- The new customer's usage spending budget.- Returns:
- The updated customer's usage spending budget.
-