Get-PartnerCustomerServiceCostsSummary

Gets a customer's service costs for the specified billing period.

Syntax

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

Description

Gets a customer's service costs for the specified billing period.

Examples

Example 1

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

Gets a customer's service costs 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.PSServiceCostsSummary