Compartir a través de


TrustedIdProvidersOperationsExtensions.ListByAccountNextAsync Método

Definición

Enumera los proveedores de identidades de confianza de Data Lake Store dentro de la cuenta de Data Lake Store especificada.

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

Parámetros

operations
ITrustedIdProvidersOperations

Grupo de operaciones para 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