IPartnerLicensesDeploymentInsightsCollection Interface

Definition

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

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