Share via


Get-PartnerCustomerSubscriptionUsage

Gets a collection resource that contains a list of services within a customer's subscription and their associated rated usage information.

Syntax

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

Description

Gets a collection resource that contains a list of services within a customer's subscription and their associated rated usage information.

Examples

Example 1

PS C:\> Get-PartnerCustomerSubscriptionUsage -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08' -SubscriptionId 'aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e'

Gets a collection resource that contains a list of services within a customer's subscription and their associated rated usage information.

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