Share via


New-PartnerProductUpgrade

Creates a product upgrade request for the specified customer.

Syntax

Default (Default)

New-PartnerProductUpgrade
    -CustomerId <String>
    -ProductFamily <String>
    [<CommonParameters>]

Description

Creates a product upgrade request for the specified customer.

Examples

Example 1

PS C:\> New-PartnerProductUpgrade -CustomerId '2d92ed1b-338d-4448-9d5e-56bab44b2a97' -ProductFamily Azure

Creates a product upgrade request for the specified customer.

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.

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.Models.ProductUpgrades.ProductUpgradeRequest