Partager via


TrustedIdProvidersOperationsExtensions.ListByAccount 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider> ListByAccount (this Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations operations, string resourceGroupName, string accountName);
static member ListByAccount : Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider>
<Extension()>
Public Function ListByAccount (operations As ITrustedIdProvidersOperations, resourceGroupName As String, accountName As String) As 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.

Retours

S’applique à