Get-PartnerProduct

Gets information for the available products.

Syntax

Get-PartnerProduct
   -Catalog <String>
   [-CountryCode <String>]
   [-Segment <String>]
   [<CommonParameters>]
Get-PartnerProduct
   [-CountryCode <String>]
   -ProductId <String>
   [<CommonParameters>]
Get-PartnerProduct
   [-CountryCode <String>]
   -ProductId <String>
   -ReservationScope <String>
   [<CommonParameters>]

Description

Gets information for the available products.

Examples

Example 1

PS C:\> Get-PartnerProduct -Catalog 'Azure' -Segment 'commercial'

Gets information for the available products.

Parameters

-Catalog

The catalog used for filtering the product.

Type:String
Accepted values:Azure, AzureReservations, AzureReservationsVM, AzureReservationsSQL, AzureReservationsCosmosDb, OnlineServices, Software, SoftwareSUSELinux, SoftwarePerpetual, SoftwareSubscriptions
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-CountryCode

The country on which to base the product.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProductId

The identifier for the product.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ReservationScope

The reservation scope used for filtering.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Segment

The segment used for filtering.

Type:String
Accepted values:commercial, education, government, nonprofit
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.Products.PSProduct