Partager via


IdentityProviderOperationsExtensions.ListByServiceAsync Méthode

Définition

Répertorie un ensemble de fournisseurs d’identité configurés dans l’instance de service spécifié. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad#how-to-authorize-developer-accounts-using-azure-active-directory

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderContract>>
<Extension()>
Public Function ListByServiceAsync (operations As IIdentityProviderOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IdentityProviderContract))

Paramètres

operations
IIdentityProviderOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à