Freigeben über


JobExecutionsOperationsExtensions.ListByJobNextAsync Methode

Definition

Listet die Ausführungen eines Auftrags auf.

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

Parameter

operations
IJobExecutionsOperations

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

Gilt für: