Share via


Get-PartnerProductUpgradeStatus

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

Syntax

Default (Default)

Get-PartnerProductUpgradeStatus
    -CustomerId <String>
    -ProductFamily <String>
    -UpgradeId <String>
    [<CommonParameters>]

Description

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

Examples

Example 1

PS C:\> Get-PartnerProductUpgradeStatus -CustomerId '409fb479-1106-41a1-91be-0ae69e880a20' -ProductFamily Azure -UpgradeId '42d075a4-bfe7-43e7-af6d-7c68a57edcb4'

Gets the product upgrade status 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

-UpgradeId

The identifier of the product upgrade.

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

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