< Back

Get-PartnerCustomerUsageSummary

Sat Jan 18, 2020 6:30 pm

NAME Get-PartnerCustomerUsageSummary



SYNOPSIS

Gets the customer's usage of a specific Azure service or resource during the current billing period.





SYNTAX

Get-PartnerCustomerUsageSummary -CustomerId <String> [<CommonParameters>]





DESCRIPTION

Gets the customer's usage of a specific Azure service or resource during the current billing period.





PARAMETERS

-CustomerId <String>

The identifier of 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.Store.PartnerCenter.PowerShell.Models.Usage.PSCustomerUsageSummary







NOTES









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



PS C:\\> Get-PartnerCustomerUsageSummary -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'



Gets the customer's usage of a specific Azure service or resource during the current billing period.







RELATED LINKS

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