Sdílet prostřednictvím


IEntitlementCollectionByEntitlementType Interface

Definition

Holds operations that can be performed on entitlements (by type) associated to the customer based on the logged in partner.

public interface IEntitlementCollectionByEntitlementType : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Entitlements.Entitlement,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Entitlements.Entitlement>>
type IEntitlementCollectionByEntitlementType = interface
    interface IEntireEntityCollectionRetrievalOperations<Entitlement, ResourceCollection<Entitlement>>
Public Interface IEntitlementCollectionByEntitlementType
Implements IEntireEntityCollectionRetrievalOperations(Of Entitlement, ResourceCollection(Of Entitlement))
Implements

Methods

Get()

Retrieves all entities.

(Inherited from IEntireEntityCollectionRetrievalOperations<T,TResourceCollection>)
Get(Boolean)

Retrieves entitlement collection with the given entitlement type.

GetAsync()

Asynchronously retrieves all entities.

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

Asynchronously retrieves entitlement collection with the given entitlement type.

Applies to