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 '9ed730f0-882a-4c15-b4bc-7bb84da69835'

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