ISubscriptionUpgradeCollection.Create(Upgrade) 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 subscription upgrade.
public Microsoft.Store.PartnerCenter.Models.Subscriptions.UpgradeResult Create (Microsoft.Store.PartnerCenter.Models.Subscriptions.Upgrade upgrade);
abstract member Create : Microsoft.Store.PartnerCenter.Models.Subscriptions.Upgrade -> Microsoft.Store.PartnerCenter.Models.Subscriptions.UpgradeResult
Public Function Create (upgrade As Upgrade) As UpgradeResult
Parameters
- upgrade
- Upgrade
The new subscription upgrade information.
Returns
The subscription upgrade results.