ICustomerUsageSpendingBudget.Patch(SpendingBudget) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Patches the customer's usage spending budget.
public Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget Patch (Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget spendingBudget);
abstract member Patch : Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget -> Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget
Public Function Patch (spendingBudget As SpendingBudget) As SpendingBudget
Parameters
- spendingBudget
- SpendingBudget
The new customer's usage spending budget.
Returns
The updated customer's usage spending budget.