Partager via


ApplicationOperationsExtensions.ListNext Méthode

Définition

Répertorie toutes les applications dans le compte spécifié.

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

Paramètres

operations
IApplicationOperations

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 à