Partager via


TaskOperationsExtensions.ListNext Méthode

Définition

Répertorie toutes les tâches associées au travail spécifié.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudTask> ListNext (this Microsoft.Azure.Batch.Protocol.ITaskOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.TaskListNextOptions taskListNextOptions = default);
static member ListNext : Microsoft.Azure.Batch.Protocol.ITaskOperations * string * Microsoft.Azure.Batch.Protocol.Models.TaskListNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudTask>
<Extension()>
Public Function ListNext (operations As ITaskOperations, nextPageLink As String, Optional taskListNextOptions As TaskListNextOptions = Nothing) As IPage(Of CloudTask)

Paramètres

operations
ITaskOperations

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

nextPageLink
String

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

taskListNextOptions
TaskListNextOptions

Paramètres supplémentaires pour l’opération

Retours

Remarques

Pour les tâches multi-instance, des informations telles que affinityId, executionInfo et nodeInfo font référence à la tâche principale. Utilisez l’API de sous-tâches de liste pour récupérer des informations sur les tâches subordonnées.

S’applique à