< Back

Enable-PartnerAzureSubscription

Sat Jan 18, 2020 6:26 pm

NAME Enable-PartnerAzureSubscription



SYNOPSIS

Enables an Azure subscription that is part of an Azure Plan.





SYNTAX

Enable-PartnerAzureSubscription -CustomerId <String> -SubscriptionId <String> [<CommonParameters>]





DESCRIPTION

Enables an Azure subscription that is part of an Azure Plan.





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

System.String







NOTES









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



PS C:\\> Enable-PartnerAzureSubscription -CustomerId 'bc79422f-ba9c-46ce-99bf-d747d4721466' -SubscriptionId

'3bf8bf31-8410-4dd6-87ba-eef5fd56e32b'



Enables an Azure subscription that is part of an Azure Plan.







RELATED LINKS

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