Compartir a través de


CatalogOperationsExtensions.ListTablesNext(ICatalogOperations, String) Método

Definición

Recupera la lista de tablas del catálogo de Data Lake Analytics.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable> ListTablesNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);
static member ListTablesNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>
<Extension()>
Public Function ListTablesNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTable)

Parámetros

operations
ICatalogOperations

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

nextPageLink
String

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

Devoluciones

Se aplica a