Freigeben über


IdentityProviderOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet eine Auflistung der in der angegebenen Dienstinstanz konfigurierten Identitätsanbieter auf 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>> ListByServiceNextAsync (this Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceNextAsync : Microsoft.Azure.Management.ApiManagement.IIdentityProviderOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderContract>>
<Extension()>
Public Function ListByServiceNextAsync (operations As IIdentityProviderOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IdentityProviderContract))

Parameter

operations
IIdentityProviderOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: