Compartilhar via


IdentityProviderOperationsExtensions.ListByServiceNextAsync Método

Definição

Lista uma coleção de provedor de identidade configurada na instância de serviço especificada. 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))

Parâmetros

operations
IIdentityProviderOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a