New-PartnerAzureSubscription
Creates a new Azure subscription for Microsoft Partner Agreement billing account.
Syntax
New-PartnerAzureSubscription
-BillingAccountName <String>
-CustomerId <String>
-DisplayName <String>
[-ResellerId <String>]
[<CommonParameters>]
Description
Creates a new Azure subscription for Microsoft Partner Agreement billing account.
Examples
Example 1
PS C:\> New-PartnerAzureSubscription -BillingAccountName '99a13315-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx' -CustomerId 'cb20b9f1-d3e8-4dad-9d4f-5e4c92baed92' -DisplayName 'Microsoft Azure'
Creates a new Azure subscription for Microsoft Partner Agreement billing account.
Parameters
-BillingAccountName
The name for the billing account.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CustomerId
The identifier for the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisplayName
The display for the subscription.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResellerId
The identifier for the indirect reseller.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Azure.Management.Profiles.Subscription.Models.SubscriptionCreationResult