< Back
New-PartnerProductUpgrade
Post
NAME New-PartnerProductUpgrade
SYNOPSIS
Creates a product upgrade request for the specified customer.
SYNTAX
New-PartnerProductUpgrade -CustomerId <String> -ProductFamily {Azure} [<CommonParameters>]
DESCRIPTION
Creates a product upgrade request for the specified customer.
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.ProductUpgradeRequest
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> New-PartnerProductUpgrade -CustomerId '2d92ed1b-338d-4448-9d5e-56bab44b2a97' -ProductFamily Azure
Creates a product upgrade request for the specified customer.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... uctUpgrade
SYNOPSIS
Creates a product upgrade request for the specified customer.
SYNTAX
New-PartnerProductUpgrade -CustomerId <String> -ProductFamily {Azure} [<CommonParameters>]
DESCRIPTION
Creates a product upgrade request for the specified customer.
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.ProductUpgradeRequest
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> New-PartnerProductUpgrade -CustomerId '2d92ed1b-338d-4448-9d5e-56bab44b2a97' -ProductFamily Azure
Creates a product upgrade request for the specified customer.
RELATED LINKS
Online Version: https://docs.microsoft.com/powershell/m ... uctUpgrade