Freigeben über


ServicePrincipalsOperationsExtensions.ListNext Methode

Definition

Ruft eine Liste von Dienstprinzipalen aus dem aktuellen Mandanten ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal> ListNext (this Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ServicePrincipal>
<Extension()>
Public Function ListNext (operations As IServicePrincipalsOperations, nextLink As String) As IPage(Of ServicePrincipal)

Parameter

operations
IServicePrincipalsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextLink
String

Nächster Link für den Listenvorgang.

Gibt zurück

Gilt für: