共用方式為


InvoicesOperationsExtensions.ListByBillingAccountNextAsync 方法

定義

列出指定開始日期和結束日期之計費帳戶的發票。 合約類型為 Microsoft 合作夥伴合約 或 Microsoft 客戶合約 的計費帳戶支援此作業。 https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>> ListByBillingAccountNextAsync (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingAccountNextAsync : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>>
<Extension()>
Public Function ListByBillingAccountNextAsync (operations As IInvoicesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Invoice))

參數

operations
IInvoicesOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於