Compartir a través de


IntegrationAccountSchemasOperationsExtensions.ListNextAsync Método

Definición

Obtiene una lista de esquemas de cuenta de integración.

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

Parámetros

operations
IIntegrationAccountSchemasOperations

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