< Back

Get-PartnerAzureBillingProfile

Sat Jan 18, 2020 6:27 pm

NAME Get-PartnerAzureBillingProfile



SYNOPSIS

Gets the billing profiles for specified billing account.





SYNTAX

Get-PartnerAzureBillingProfile -BillingAccountName <String> [<CommonParameters>]





DESCRIPTION

Gets the billing profiles for specified 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



<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.Billing.Models.BillingAccount







NOTES









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



PS C:\\> Get-PartnerAzureBillingProfile -BillingAccountName

'99a13315-xxxx-xxxx-xxxx-xxxxxxxxxxxx:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx_xxxx-xx-xx'



Gets the billing profiles for specified billing account.







RELATED LINKS

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