< Back

Get-PartnerProduct

Sat Jan 18, 2020 6:32 pm

NAME Get-PartnerProduct



SYNOPSIS

Gets information for the available products.





SYNTAX

Get-PartnerProduct -Catalog {Azure | AzureReservations | AzureReservationsVM | AzureReservationsSQL |

AzureReservationsCosmosDb | OnlineServices | Software | SoftwareSUSELinux | SoftwarePerpetual |

SoftwareSubscriptions} [-CountryCode <String>] [-Segment {commercial | education | government | nonprofit}]

[<CommonParameters>]



Get-PartnerProduct [-CountryCode <String>] -ProductId <String> [<CommonParameters>]



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





DESCRIPTION

Gets information for the available products.





PARAMETERS

-Catalog <String>

The catalog used for filtering the product.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-CountryCode <String>

The country on which to base the product.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ProductId <String>

The identifier for the product.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ReservationScope <String>

The reservation scope used for filtering.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Segment <String>

The segment used for filtering.



Required? false

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.PowerShell.Models.Products.PSProduct







NOTES









-------------------------- Example 1 --------------------------



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



Gets information for the available products.







RELATED LINKS

Online Version: https://docs.microsoft.com/powershell/m ... nerProduct