Partager via


CatalogOperationsExtensions.ListViewsNextAsync Méthode

Définition

Récupère la liste des vues du catalogue Data Lake Analytics.

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

Paramètres

operations
ICatalogOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à