Compartir a través de


EnrollmentAccountsOperationsExtensions.ListNextAsync Método

Definición

Enumera las cuentas de inscripción a las que tiene acceso el autor de la llamada.

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

Parámetros

operations
IEnrollmentAccountsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a