ICustomerLicensesDeploymentInsightsCollection Interface

Definition

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

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