Get-PartnerCustomerSubscriptionRegistrationStatus

Gets the subscription registration status.

Syntax

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

Description

To purchase an Azure Reserved VM Instance using the Partner Center API, you must have at least one existing CSP Azure subscription. This cmdlet will get the registration status of the specified subscription.

Examples

Example 1

PS C:\> Get-PartnerCustomerSubscriptionRegistrationStatus -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -SubscriptionId 9fccd1b5-ffc4-4e63-ba13-4689776c020e

Get the registration status for the specified subscription.

Parameters

-CustomerId

The identifier of the customer.

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

-SubscriptionId

The identifier of 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.Subscriptions.PSSubscriptionRegistrationStatus