< Back

New-PartnerAzureSubscription

Sat Jan 18, 2020 6:34 pm

NAME New-PartnerAzureSubscription



SYNOPSIS

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.





PARAMETERS

-BillingAccountName <String>

The name for the billing account.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-CustomerId <String>

The identifier for the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DisplayName <String>

The display for the subscription.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResellerId <String>

The identifier for the indirect reseller.



Required? false

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.Azure.Management.Profiles.Subscription.Models.SubscriptionCreationResult







NOTES









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







RELATED LINKS

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