Share via


Transition Class

Definition

Describes the behavior of an individual subscription transition resource.

public sealed class Transition : Microsoft.Store.PartnerCenter.Models.ResourceBase
type Transition = class
    inherit ResourceBase
Public NotInheritable Class Transition
Inherits ResourceBase
Inheritance
Transition

Constructors

Transition()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
BillingCycle

Gets or sets a value indicating the frequency with which the partner is billed for the target subscription.

Events

Gets or sets the events of the transtion.

FromCatalogItemId

Gets or sets the From catalog item id. *Optional. Mainly used on response.

FromSubscriptionId

Gets or sets the from subscription id. *Optional. Mainly used on response.

PromotionId

Gets or sets the promotionId.

Quantity

Gets or sets the quantity being transitioned to the target catalog item.

TermDuration

Gets or sets the term duration.

ToCatalogItemId

Gets or sets the To catalog item id.

ToSubscriptionId

Gets or sets the To subscription id. Legacy Upgrade will populate this in response. A Modern partial transition will also populate this in response. Modern Partial/Full transitions use this in request to define existing subscription to transition into.

TransitionType

Gets or sets the transition type. Possible values - transition_only, transition_with_license_transfer.

Applies to