共用方式為


ServicePrincipalsOperationsExtensions.ListNext Method

Definition

Gets a list of service principals from the current tenant.

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)

Parameters

operations
IServicePrincipalsOperations

The operations group for this extension method.

nextLink
String

Next link for the list operation.

Returns

Applies to