< Back

New-PartnerCustomerSubscriptionRegistration

Sat Jan 18, 2020 6:35 pm

NAME New-PartnerCustomerSubscriptionRegistration



SYNOPSIS

Registers the specified subscription.





SYNTAX

New-PartnerCustomerSubscriptionRegistration -CustomerId <String> -SubscriptionId <String> [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

Registers the specified subscription, so that is eligible to purcahse Azure reservations.





PARAMETERS

-CustomerId <String>

The identifier for the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SubscriptionId <String>

The identifier for the subscription.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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

System.String







NOTES









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



PS C:\\> New-PartnerCustomerSubscriptionRegistration -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'

-SubscriptionId 'b2f26801-2849-4fb1-8815-ad5fcd81143d'



Registers the specified subscription.







RELATED LINKS

Online Version:

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