Partager via


TrustedIdProvidersOperationsExtensions.ListByAccountAsync 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>> ListByAccountAsync (this Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountAsync : Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider>>
<Extension()>
Public Function ListByAccountAsync (operations As ITrustedIdProvidersOperations, resourceGroupName As String, accountName 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.

resourceGroupName
String

Le nom du groupe de ressources Azure.

accountName
String

Nom du compte Data Lake Store.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à