IOverageCollection Interface

Definition

This interface defines the overage operations available on customer's subscriptions.

public interface IOverageCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Overage,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Subscriptions.Overage>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityPutOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Overage>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IOverageCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<Overage, ResourceCollection<Overage>>
    interface IEntityPutOperations<Overage>
Public Interface IOverageCollection
Implements IEntireEntityCollectionRetrievalOperations(Of Overage, ResourceCollection(Of Overage)), IEntityPutOperations(Of Overage), 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 overage.

GetAsync()

Asynchronously retrieves overage.

Put(Overage)

Creates or updates overage.

Put(T)

Updates an entity.

(Inherited from IEntityPutOperations<T>)
PutAsync(Overage)

Asynchronously creates or updates overage.

PutAsync(T)

Asynchronously updates an entity.

(Inherited from IEntityPutOperations<T>)

Applies to