Get-PartnerProduct

获取可用产品的信息。

语法

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>]

说明

获取可用产品的信息。

示例

示例 1

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

获取可用产品的信息。

参数

-Catalog

用于筛选产品的目录。

类型:String
接受的值:Azure, AzureReservations, AzureReservationsVM, AzureReservationsSQL, AzureReservationsCosmosDb, OnlineServices, Software, SoftwareSUSELinux, SoftwarePerpetual, SoftwareSubscriptions
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-CountryCode

产品的基础国家/地区。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-ProductId

产品的标识符。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-ReservationScope

用于筛选的预留范围。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-Segment

用于筛选的段。

类型:String
接受的值:commercial, education, government, nonprofit
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

输入

None

输出

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