Freigeben über


JobStepExecutionsOperationsExtensions.ListByJobExecutionNextAsync Methode

Definition

Listet die Schrittausführungen einer Auftragsausführung auf.

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

Parameter

operations
IJobStepExecutionsOperations

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: