Sdílet prostřednictvím


BillingAccountsOperationsExtensions.ListNextAsync Metoda

Definice

Zobrazí seznam fakturačních účtů, ke kterým má uživatel přístup. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parametry

operations
IBillingAccountsOperations

Skupina operací pro tuto metodu rozšíření.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro