Partager via


DeletedApplicationsOperationsExtensions.ListNext Méthode

Définition

Obtient la liste des applications supprimées dans le répertoire.

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

Paramètres

operations
IDeletedApplicationsOperations

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

nextLink
String

Lien suivant pour l’opération de liste.

Retours

S’applique à