BillingPeriodsOperationsExtensions.ListNextAsync Método

Definição

Lista os períodos de faturação disponíveis para uma subscrição por ordem cronológica inversa. Isto só é suportado para subscrições do Azure Web-Direct. Outros tipos de subscrição que não foram comprados diretamente através do portal Web do Azure não são suportados através desta API de pré-visualização. https://go.microsoft.com/fwlink/?linkid=844490

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

Parâmetros

operations
IBillingPeriodsOperations

O grupo de operações para este método de extensão.

nextPageLink
String

A NextLink da chamada com êxito anterior para a operação Lista.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Aplica-se a