Partager via


TrustedIdProvidersOperationsExtensions.ListByAccountNextAsync Méthode

Définition

Répertorie les fournisseurs d’identité approuvés Data Lake Store dans le compte Data Lake Store spécifié.

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))

Paramètres

operations
ITrustedIdProvidersOperations

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 à