ICustomerUsageSpendingBudget.PatchAsync(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.
Asynchronously patches the customer's usage spending budget.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget> PatchAsync (Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget spendingBudget);
abstract member PatchAsync : Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget>
Public Function PatchAsync (spendingBudget As SpendingBudget) As Task(Of SpendingBudget)
Parameters
- spendingBudget
- SpendingBudget
The new customer's usage spending budget.
Returns
The updated customer's usage spending budget.