ISubscriptionUpgradeCollection.CreateAsync(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.
Asynchronously submits a subscription upgrade.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Subscriptions.UpgradeResult> CreateAsync (Microsoft.Store.PartnerCenter.Models.Subscriptions.Upgrade upgrade);
abstract member CreateAsync : Microsoft.Store.PartnerCenter.Models.Subscriptions.Upgrade -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.Subscriptions.UpgradeResult>
Public Function CreateAsync (upgrade As Upgrade) As Task(Of UpgradeResult)
Parameters
- upgrade
- Upgrade
The new subscription upgrade information.
Returns
The subscription upgrade results.