Partager via


CatalogOperationsExtensions.ListTablesNext(ICatalogOperations, String) Méthode

Définition

Récupère la liste des tables du catalogue 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)

Paramètres

operations
ICatalogOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à