Partager via


UserOperationsExtensions.ListByServiceNext(IUserOperations, String) Méthode

Définition

Répertorie une collection d’utilisateurs enregistrés dans l’instance de service spécifiée.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.UserContract> ListByServiceNext (this Microsoft.Azure.Management.ApiManagement.IUserOperations operations, string nextPageLink);
static member ListByServiceNext : Microsoft.Azure.Management.ApiManagement.IUserOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.UserContract>
<Extension()>
Public Function ListByServiceNext (operations As IUserOperations, nextPageLink As String) As IPage(Of UserContract)

Paramètres

operations
IUserOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à