Get-PartnerProductUpgradeEligibility
Gets the product upgrade eligibility for the specified customer and product family.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ProductFamily
The family for the product.
Parameter properties
Type: | String |
Default value: | None |
Accepted values: | Azure |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.