TaskOperationsExtensions.ListNextAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet alle Aufgaben auf, die dem angegebenen Auftrag zugeordnet sind.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudTask>> ListNextAsync (this Microsoft.Azure.Batch.Protocol.ITaskOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.TaskListNextOptions taskListNextOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Batch.Protocol.ITaskOperations * string * Microsoft.Azure.Batch.Protocol.Models.TaskListNextOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudTask>>
<Extension()>
Public Function ListNextAsync (operations As ITaskOperations, nextPageLink As String, Optional taskListNextOptions As TaskListNextOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CloudTask))
Parameter
- operations
- ITaskOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- nextPageLink
- String
NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.
- taskListNextOptions
- TaskListNextOptions
Zusätzliche Parameter für den Vorgang
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Informationen wie affinityId, executionInfo und nodeInfo beziehen sich bei Tasks mit mehreren instance auf den primären Task. Verwenden Sie die List-Subtasks-API, um Informationen zu Teilvorgängen abzurufen.
Gilt für:
Azure SDK for .NET