次の方法で共有


InvoicesOperationsExtensions.ListByBillingAccountNext メソッド

定義

特定の開始日と終了日の請求先アカウントの請求書を一覧表示します。 この操作は、契約の種類が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> ListByBillingAccountNext (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string nextPageLink);
static member ListByBillingAccountNext : Microsoft.Azure.Management.Billing.IInvoicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>
<Extension()>
Public Function ListByBillingAccountNext (operations As IInvoicesOperations, nextPageLink As String) As IPage(Of Invoice)

パラメーター

operations
IInvoicesOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象