Get-PartnerCustomerSubscriptionResourceUsage
Gets the subscription's resource usage records.
Syntax
Get-PartnerCustomerSubscriptionResourceUsage
-CustomerId <String>
-SubscriptionId <String>
[<CommonParameters>]
Description
Gets the subscription's resource usage records.
Examples
Example 1
PS C:\> Get-PartnerCustomerSubscriptionResourceUsage -CustomerId '87045e4b-ab69-4a8f-875a-af020b383bc6' -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'
Gets the subscription's resource 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.PSResourceUsageRecord