< Back

Get-PartnerProductUpgradeEligibility

Sat Jan 18, 2020 6:33 pm

NAME Get-PartnerProductUpgradeEligibility



SYNOPSIS

Gets the product upgrade eligibility for the specified customer and product family.





SYNTAX

Get-PartnerProductUpgradeEligibility -CustomerId <String> -ProductFamily {Azure} [<CommonParameters>]





DESCRIPTION

Gets the product upgrade eligibility for the specified customer and product family.





PARAMETERS

-CustomerId <String>

The identifier of the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ProductFamily <String>

The family for the product.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

Microsoft.Store.PartnerCenter.Models.ProductUpgrades.ProductUpgradeEligibility







NOTES









-------------------------- 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.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... ligibility