Partager via


PoolOperationsExtensions.ListByBatchAccountNext Méthode

Définition

Répertorie tous les pools du compte spécifié.

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

Paramètres

operations
IPoolOperations

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 à