ISubscriptionConversionCollection.Create(Conversion) Method
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.
Submits a trial subscription conversion.
public Microsoft.Store.PartnerCenter.Models.Subscriptions.ConversionResult Create (Microsoft.Store.PartnerCenter.Models.Subscriptions.Conversion conversion);
abstract member Create : Microsoft.Store.PartnerCenter.Models.Subscriptions.Conversion -> Microsoft.Store.PartnerCenter.Models.Subscriptions.ConversionResult
Public Function Create (conversion As Conversion) As ConversionResult
Parameters
- conversion
- Conversion
The new subscription conversion information.
Returns
The subscription conversion results.