Get-PartnerInvoiceLineItem
指定した請求書の明細を取得します。
構文
Get-PartnerInvoiceLineItem
-BillingProvider <BillingProvider>
[-CurrencyCode <String>]
-InvoiceId <String>
-LineItemType <InvoiceLineItemType>
[<CommonParameters>]
説明
指定した請求書の明細を取得します。
例
例 1
PS C:\> Get-PartnerInvoiceLineItem -BillingProvider Azure -InvoiceId 'D070002ISK' -LineItemType 'BillingLineItems'
指定した請求書の明細を取得します。
パラメーター
-BillingProvider
請求によって明細が提供されます。
型: | BillingProvider |
指定可能な値: | All, Azure, Marketplace, Office, OneTime |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-CurrencyCode
未請求明細の通貨コード。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InvoiceId
請求書に対応する識別子。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-LineItemType
請求書明細の種類。
型: | InvoiceLineItemType |
指定可能な値: | BillingLineItems, UsageLineItems |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
None
出力
Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSDailyRatedUsageLineItem
Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSDailyUsageLineItem
Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSLicenseBasedLineItem
Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSOneTimeInvoiceLineItem
Microsoft.Store.PartnerCenter.PowerShell.Models.Invoices.PSUsageBasedLineItem