Compartir a través de


ServicePrincipalsOperationsExtensions.ListNextAsync Método

Definición

Obtiene una lista de entidades de servicio del inquilino actual.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal>> ListNextAsync (this Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations operations, string nextLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal>>
<Extension()>
Public Function ListNextAsync (operations As IServicePrincipalsOperations, nextLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ServicePrincipal))

Parámetros

operations
IServicePrincipalsOperations

Grupo de operaciones para este método de extensión.

nextLink
String

Vínculo siguiente para la operación de lista.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a