Get-PartnerCustomerServiceCosts

Gets a customer's service cost line items for the specified billing period.

Syntax

Get-PartnerCustomerServiceCosts
   -BillingPeriod <ServiceCostsBillingPeriod>
   -CustomerId <String>
   [<CommonParameters>]

Description

Gets a customer's service cost line items for the specified billing period.

Examples

Example 1

PS C:\> Get-PartnerCustomerServiceCosts -BillingPeriod MostRecent -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'

Gets a customer's service cost line items for the specified billing period.

Parameters

-BillingPeriod

An indicator that represents the billing period.

Type:ServiceCostsBillingPeriod
Accepted values:MostRecent
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-CustomerId

The identifier for the customer.

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.ServiceCosts.PSServiceCostLineItem