Get-PartnerProductUpgradeEligibility
Gets the product upgrade eligibility for the specified customer and product family.
Syntax
Get-PartnerProductUpgradeEligibility
-CustomerId <String>
-ProductFamily <String>
[<CommonParameters>]
Description
Gets the product upgrade eligibility for the specified customer and product family.
Examples
Example 1
PS C:\> Get-PartnerProductUpgradeEligibility -CustomerId 'f6321248-b08d-468d-a895-34ecd57714d0' -ProductFamily Azure
Gets the product upgrade eligibility 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 |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.Models.ProductUpgrades.ProductUpgradeEligibility