Sdílet prostřednictvím


IPartnerLicensesUsageInsightsCollection Interface

Definition

Encapsulates the operations on the partner's licenses' usage insights collection.

public interface IPartnerLicensesUsageInsightsCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Analytics.PartnerLicensesUsageInsights,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Analytics.PartnerLicensesUsageInsights>>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IPartnerLicensesUsageInsightsCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<PartnerLicensesUsageInsights, ResourceCollection<PartnerLicensesUsageInsights>>
Public Interface IPartnerLicensesUsageInsightsCollection
Implements IEntireEntityCollectionRetrievalOperations(Of PartnerLicensesUsageInsights, ResourceCollection(Of PartnerLicensesUsageInsights)), 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 all entities.

(Inherited from IEntireEntityCollectionRetrievalOperations<T,TResourceCollection>)
GetAsync()

Asynchronously retrieves all entities.

(Inherited from IEntireEntityCollectionRetrievalOperations<T,TResourceCollection>)

Applies to