IProductUpgradesCollection.CreateAsync(ProductUpgradesRequest) 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 upgrade product
public System.Threading.Tasks.Task<string> CreateAsync (Microsoft.Store.PartnerCenter.Models.ProductUpgrades.ProductUpgradesRequest productUpgradesRequest);
abstract member CreateAsync : Microsoft.Store.PartnerCenter.Models.ProductUpgrades.ProductUpgradesRequest -> System.Threading.Tasks.Task<string>
Public Function CreateAsync (productUpgradesRequest As ProductUpgradesRequest) As Task(Of String)
Parameters
- productUpgradesRequest
- ProductUpgradesRequest
The product upgrade request body.
Returns
The eligibility object for the customer.