Condividi tramite


Get-PartnerUnbilledInvoiceLineItem

Gets the unbilled invoice line items.

Sintassi

Default (impostazione predefinita).

Get-PartnerUnbilledInvoiceLineItem
    -CurrencyCode <String>
    -LineItemType <InvoiceLineItemType>
    -Period <BillingPeriod>
    [<CommonParameters>]

Descrizione

Gets the unbilled invoice line items.

Esempio

Example 1

PS C:\> Get-PartnerUnbilledInvoiceLineItem -CurrencyCode USD -LineItemType BillingLineItems -Period Current

Gets reconciliation line items for the current billing period that have not been billed. The current billing period is defined as the current month.

Example 2

PS C:\> Get-PartnerUnbilledInvoiceLineItem -CurrencyCode USD -LineItemType BillingLineItems -Period Previous

Gets reconciliation line items for the previous billing period that have not been billed. The previous billing period is defined as the previous month.

Example 3

PS C:\> Get-PartnerUnbilledInvoiceLineItem -CurrencyCode USD -LineItemType UsageLineItems -Period Current

Gets consumption line items for the current billing period that have not been billed. The current billing period is defined as the current month.

Example 4

PS C:\> Get-PartnerUnbilledInvoiceLineItem -CurrencyCode USD -LineItemType UsageLineItems -Period Previous

Gets consumption line items for the previous billing period that have not been billed. The previous billing period is defined as the previous month.

Parametri

-CurrencyCode

The currency code for the unbilled line items.

Proprietà dei parametri

Tipo:String
Valore predefinito:None
Supporta i caratteri jolly:False
DontShow:False

Set di parametri

(All)
Posizione:Named
Obbligatorio:True
Valore dalla pipeline:False
Valore dalla pipeline in base al nome della proprietà:False
Valore dagli argomenti rimanenti:False

-LineItemType

The type of invoice line items.

Proprietà dei parametri

Tipo:InvoiceLineItemType
Valore predefinito:None
Valori accettati:BillingLineItems, UsageLineItems
Supporta i caratteri jolly:False
DontShow:False

Set di parametri

(All)
Posizione:Named
Obbligatorio:True
Valore dalla pipeline:False
Valore dalla pipeline in base al nome della proprietà:False
Valore dagli argomenti rimanenti:False

-Period

The billing period for the line items.

Proprietà dei parametri

Tipo:BillingPeriod
Valore predefinito:None
Valori accettati:Current, Previous
Supporta i caratteri jolly:False
DontShow:False

Set di parametri

(All)
Posizione:Named
Obbligatorio:True
Valore dalla pipeline:False
Valore dalla pipeline in base al nome della proprietà:False
Valore dagli argomenti rimanenti: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.

Input

None

Output

Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSOneTimeInvoiceLineItem

Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSDailyRatedUsageLineItem