SubscriptionTransition ====================== A SubscriptionTransition resource represents object to convert trial to a new subscription, do an upgrade to a new or to an existing one. Resource definition ------------------- .. literalinclude:: _static/SubscriptionTransition.json :language: json +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | Name | Type | Description | +=========================+============================+============================================================================================================================+ | ToCatalogItemId | string | The license product subscribed to. | +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | Quantity | int | Number of license for the subscription. | +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | TransitionType | string | Transition type. | +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | Term | string | An ISO 8601 representation of the term's duration. Supported values P1M (1 month), P1Y (1 year) and P3Y (3 years). | +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | BillingCycle | BillingCycleEnum | Billing cycle. Monthly = 1, Annual = 2, None = 3, OneTime = 4, BiAnnually = 5, TwoYears = 7, ThreeYears = 8, Quarterly = 9 | +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | FromCatalogItemId | string | The license product subscribed from. | +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | FromSubscriptionId | string | The subscription id subscribed from. | +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ | ToSubscriptionId | string | The subscription id subscribed to. | +-------------------------+----------------------------+----------------------------------------------------------------------------------------------------------------------------+ Operations on subscription transition ------------------------------------- - :doc:`/scenarios/subscriptiontransition-get` - :doc:`/scenarios/subscriptiontransition-create`