Freigeben über


PipelineJobsOperationsExtensions.ListNextAsync Methode

Definition

Ruft eine Liste von Pipelineaufträgen ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob>> ListNextAsync (this Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJob>>
<Extension()>
Public Function ListNextAsync (operations As IPipelineJobsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PipelineJob))

Parameter

operations
IPipelineJobsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft eine Liste aller erstellten Livepipelines sowie deren JSON-Darstellungen ab.

Gilt für: