ISubscriptionTransitionCollection 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 operations available on a customer's subscription.
public interface ISubscriptionTransitionCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Transition,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Subscriptions.Transition>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.Subscriptions.Transition,Microsoft.Store.PartnerCenter.Models.Subscriptions.Transition>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type ISubscriptionTransitionCollection = interface
interface IPartnerComponent<string * string>
interface IEntireEntityCollectionRetrievalOperations<Transition, ResourceCollection<Transition>>
interface IEntityCreateOperations<Transition, Transition>
Public Interface ISubscriptionTransitionCollection
Implements IEntireEntityCollectionRetrievalOperations(Of Transition, ResourceCollection(Of Transition)), IEntityCreateOperations(Of Transition, Transition), 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
Create(T) |
Creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
Create(Transition) |
Submits a subscription transition. |
CreateAsync(T) |
Asynchronously creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
CreateAsync(Transition) |
Asynchronously submits a subscription transition. |
Get() |
Retrieves all subscription transitions. |
GetAsync() |
Asynchronously retrieves all subscription transitions. |