TransitionEvent Class
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.
Describes the behavior of an individual subscription transition event.
public sealed class TransitionEvent : Microsoft.Store.PartnerCenter.Models.ResourceBase
type TransitionEvent = class
inherit ResourceBase
Public NotInheritable Class TransitionEvent
Inherits ResourceBase
- Inheritance
Constructors
TransitionEvent() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
Errors |
Gets or sets the transition errors. |
Name |
Gets or sets the name of the transition event. Possible values "Conversion", "SeatReassignment". |
Status |
Gets or sets the status of transition event. Possible values - InProgress, Completed, Failed |
Timestamp |
Gets or sets the UTC timestamp of the event. |