< Back

Get-PartnerAzureBillingPolicy

Sat Jan 18, 2020 6:27 pm

NAME Get-PartnerAzureBillingPolicy



SYNOPSIS

Gets the billing policy for the specified customer.





SYNTAX

Get-PartnerAzureBillingPolicy -BillingAccountName <String> -CustomerId <String> [<CommonParameters>]





DESCRIPTION

Gets the billing policy for the specified customer.





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



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







NOTES









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



PS C:\\> Get-PartnerAzureBillingPolicy -BillingAccountName

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

'7b93c1be-57f6-4d8c-9270-e9b97c071557'



Gets the billing policy for the specified customer.







RELATED LINKS

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