Get-PartnerCustomerTrialConversion

Gets a list of trial conversions available for the specified subscription.

Syntax

Get-PartnerCustomerTrialConversion
   -CustomerId <String>
   -SubscriptionId <String>
   [<CommonParameters>]

Description

Gets a list of trial conversions available for the specified subscription.

Examples

Example 1

PS C:\> Get-PartnerCustomerTrialConversion -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -SubscriptionId 4eaffa18-12f6-441e-b16d-cc9f4a90cfb8

Gets a list of trial conversions available for the specified subscription.

Parameters

-CustomerId

The identifier for the customer.

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

-SubscriptionId

The identifier for the subscription.

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

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.CustomerTrialConversion.PSCustomerTrialConversion