Share via


Get-PartnerCustomerServiceCostsSummary

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

Syntax

Default (Default)

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.

Parameter properties

Type:ServiceCostsBillingPeriod
Default value:None
Accepted values:MostRecent
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CustomerId

The identifier for the customer.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

Microsoft.Store.PartnerCenter.PowerShell.Models.ServiceCosts.PSServiceCostsSummary