ISubscriptionTransitionEligibilityCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface defines the transition eligibility operations available on a customer's subscription.
public interface ISubscriptionTransitionEligibilityCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.TransitionEligibility,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Subscriptions.TransitionEligibility>>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type ISubscriptionTransitionEligibilityCollection = interface
interface IPartnerComponent<string * string>
interface IEntireEntityCollectionRetrievalOperations<TransitionEligibility, ResourceCollection<TransitionEligibility>>
Public Interface ISubscriptionTransitionEligibilityCollection
Implements IEntireEntityCollectionRetrievalOperations(Of TransitionEligibility, ResourceCollection(Of TransitionEligibility)), IPartnerComponent(Of Tuple(Of String, 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>) |
Get(String) |
Retrieves all transition eligibilities. |
GetAsync() |
Asynchronously retrieves all entities. (Inherited from IEntireEntityCollectionRetrievalOperations<T,TResourceCollection>) |
GetAsync(String) |
Asynchronously retrieves all transition eligibilities. |