次の方法で共有


InvoicesOperationsExtensions.ListByBillingProfile メソッド

定義

特定の開始日と終了日の課金プロファイルの請求書を一覧表示します。 この操作は、契約の種類がMicrosoft Partner AgreementまたはMicrosoft 顧客契約の課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice> ListByBillingProfile(this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string billingAccountName, string billingProfileName, string periodStartDate, string periodEndDate);
static member ListByBillingProfile : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>
<Extension()>
Public Function ListByBillingProfile (operations As IInvoicesOperations, billingAccountName As String, billingProfileName As String, periodStartDate As String, periodEndDate As String) As IPage(Of Invoice)

パラメーター

operations
IInvoicesOperations

この拡張メソッドの操作グループ。

billingAccountName
String

課金アカウントを一意に識別する ID。

billingProfileName
String

課金プロファイルを一意に識別する ID。

periodStartDate
String

請求書をフェッチする開始日。 日付は MM-DD-YYYY 形式で指定する必要があります。

periodEndDate
String

請求書をフェッチする終了日。 日付は MM-DD-YYYY 形式で指定する必要があります。

戻り値

適用対象