IPartnerUsageSummary Interface

Definition

Defines the operations available on a partner's usage summary.

public interface IPartnerUsageSummary : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Usage.PartnerUsageSummary>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IPartnerUsageSummary = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<PartnerUsageSummary>
Public Interface IPartnerUsageSummary
Implements IEntityGetOperations(Of PartnerUsageSummary), 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 partner's usage summary.

GetAsync()

Asynchronously retrieves the partner's usage summary.

Applies to