Get-PartnerProductUpgradeStatus
Gets the product upgrade status for the specified customer and product family.
Syntax
Get-PartnerProductUpgradeStatus
-CustomerId <String>
-ProductFamily <String>
-UpgradeId <String>
[<CommonParameters>]
Description
Gets the product upgrade status for the specified customer and product family.
Examples
Example 1
PS C:\> Get-PartnerProductUpgradeStatus -CustomerId '409fb479-1106-41a1-91be-0ae69e880a20' -ProductFamily Azure -UpgradeId '42d075a4-bfe7-43e7-af6d-7c68a57edcb4'
Gets the product upgrade status for the specified customer and product family.
Parameters
-CustomerId
The identifier of the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProductFamily
The family for the product.
Type: | String |
Accepted values: | Azure |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UpgradeId
The identifier of the product upgrade.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.Models.ProductUpgrades.ProductUpgradeStatus