CatalogOperationsExtensions.ListExternalDataSourcesNextAsync Método

Definição

Recupera a lista de fontes de dados externas do catálogo de Data Lake Analytics.

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

Parâmetros

operations
ICatalogOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a