Get-PartnerCustomerSubscriptionMeterUsage
Gets the subscription's meter usage records.
Syntax
Get-PartnerCustomerSubscriptionMeterUsage
-CustomerId <String>
-SubscriptionId <String>
[<CommonParameters>]
Description
Gets the subscription's meter usage records.
Examples
Example 1
PS C:\> Get-PartnerCustomerSubscriptionMeterUsage -CustomerId 'aafb0edb-d0e1-4221-8862-1609fccac9b4' -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'
Gets the subscription's meter usage records.
Parameters
-CustomerId
The identifier of the customer.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The identifier of the subscription.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.Store.PartnerCenter.PowerShell.Models.Usage.PSMeterUsageRecord