IProductUpgradesCollection.ById(String) 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.
Gets the product upgrade by id operations for a specific customer.
public Microsoft.Store.PartnerCenter.ProductUpgrades.IProductUpgrades ById (string upgradeId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.ProductUpgrades.IProductUpgrades
Public Function ById (upgradeId As String) As IProductUpgrades
Parameters
- upgradeId
- String
The upgrade id.
Returns
The customer operations.