< Back

Get-PartnerCustomerSubscriptionMeterUsage

Sat Jan 18, 2020 6:29 pm

NAME Get-PartnerCustomerSubscriptionMeterUsage



SYNOPSIS

Gets the subscription's meter usage records.





SYNTAX

Get-PartnerCustomerSubscriptionMeterUsage -CustomerId <String> -SubscriptionId <String> [<CommonParameters>]





DESCRIPTION

Gets the subscription's meter usage records.





PARAMETERS

-CustomerId <String>

The identifier of the customer.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-SubscriptionId <String>

The identifier of the subscription.



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







NOTES









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



PS C:\\> Get-PartnerCustomerSubscriptionMeterUsage -CustomerId 'aafb0edb-d0e1-4221-8862-1609fccac9b4'

-SubscriptionId 'ed7b62ca-7440-4c4c-8f5d-b898258932d5'



Gets the subscription's meter usage records.







RELATED LINKS

Online Version:

https://docs.microsoft.com/powershell/m ... MeterUsage