< Back

Get-PartnerProductAvailability

Sat Jan 18, 2020 6:32 pm

NAME Get-PartnerProductAvailability



SYNOPSIS

Gets the availability for a specified product.





SYNTAX

Get-PartnerProductAvailability -AvailabilityId <String> [-CountryCode <String>] -ProductId <String> -SkuId

<String> [<CommonParameters>]



Get-PartnerProductAvailability [-CountryCode <String>] -ProductId <String> [-Segment {commercial | education |

government | nonprofit}] -SkuId <String> [<CommonParameters>]





DESCRIPTION

Gets the availability for a specified product.





PARAMETERS

-AvailabilityId <String>

A string that identifies the availability.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-CountryCode <String>

The country ISO2 code.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ProductId <String>

A string that identifies the product.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Segment <String>

A string that identifies the product segment.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SkuId <String>

A string that identifies the product Sku.



Required? true

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







NOTES









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



PS C:\\> Get-PartnerProductAvailability -Product DZH318Z0BQ3Q -SkuId 0001



Gets the availability for a specified product.







RELATED LINKS

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