< Back

Get-PartnerCustomerSubscriptionResourceUsage

Sat Jan 18, 2020 6:30 pm

NAME Get-PartnerCustomerSubscriptionResourceUsage



SYNOPSIS

Gets the subscription's resource usage records.





SYNTAX

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





DESCRIPTION

Gets the subscription's resource 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.PSResourceUsageRecord







NOTES









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



PS C:\\> Get-PartnerCustomerSubscriptionResourceUsage -CustomerId '87045e4b-ab69-4a8f-875a-af020b383bc6'

-SubscriptionId 'd2a89f2d-1aa1-4f09-bc62-cefd8d0a005c'



Gets the subscription's resource usage records.







RELATED LINKS

Online Version:

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