Get-PartnerCustomerSubscriptionUpgrades
Gets the available upgrade offers for the specified subscription.
Syntax
Get-PartnerCustomerSubscriptionUpgrades
-CustomerId <String>
-SubscriptionId <String>
[<CommonParameters>]
Description
Gets the available upgrade offers for the specified subscription.
Examples
Example 1
PS C:\> Get-PartnerCustomerSubscriptionUpgrades -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08' -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'
Gets the available upgrade offers for the specified subscription.
Parameters
-CustomerId
The identifier of the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The identifier of the subscription.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.CustomerSubscriptionUpgrades.PSCustomerSubscriptionUpgrades