Freigeben über


TaskOperationsExtensions.ListNext Methode

Definition

Listet alle Aufgaben auf, die dem angegebenen Auftrag zugeordnet sind.

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)

Parameter

operations
ITaskOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

taskListNextOptions
TaskListNextOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Hinweise

Informationen wie affinityId, executionInfo und nodeInfo finden Sie bei Aufgaben mit mehreren instance auf den primären Task. Verwenden Sie die Listenuntertasks-API, um Informationen zu Teilvorgängen abzurufen.

Gilt für: