< Back

Get-PartnerCustomerSubscriptionRegistrationStatus

Sat Jan 18, 2020 6:30 pm

NAME Get-PartnerCustomerSubscriptionRegistrationStatus



SYNOPSIS

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.





PARAMETERS

-CustomerId <String>

The identifier of the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SubscriptionId <String>

The identifier of the subscription.



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.Subscriptions.PSSubscriptionRegistrationStatus







NOTES









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







RELATED LINKS

Online Version:

https://docs.microsoft.com/powershell/m ... tionStatus