ICustomerUsageSpendingBudget Interface

Definition

Defines the operations available on a customer's usage spending budget.

public interface ICustomerUsageSpendingBudget : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityPatchOperations<Microsoft.Store.PartnerCenter.Models.Usage.SpendingBudget>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ICustomerUsageSpendingBudget = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<SpendingBudget>
    interface IEntityPatchOperations<SpendingBudget>
Public Interface ICustomerUsageSpendingBudget
Implements IEntityGetOperations(Of SpendingBudget), IEntityPatchOperations(Of SpendingBudget), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves the customer's usage spending budget.

GetAsync()

Asynchronously retrieves the customer's usage spending budget.

Patch(SpendingBudget)

Patches the customer's usage spending budget.

Patch(T)

Patches an entity.

(Inherited from IEntityPatchOperations<T>)
PatchAsync(SpendingBudget)

Asynchronously patches the customer's usage spending budget.

PatchAsync(T)

Asynchronously patches an entity.

(Inherited from IEntityPatchOperations<T>)

Applies to