Partager via


AppsOperationsExtensions.ListNext(IAppsOperations, String) Méthode

Définition

Gère les demandes de liste de toutes les ressources d’un service.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource> ListNext (this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.AppResource>
<Extension()>
Public Function ListNext (operations As IAppsOperations, nextPageLink As String) As IPage(Of AppResource)

Paramètres

operations
IAppsOperations

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 à