Freigeben über


JobTargetExecutionsOperationsExtensions.ListByJobExecutionNextAsync Methode

Definition

Listet Zielausführungen für alle Schritte einer Auftragsausführung auf.

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

Parameter

operations
IJobTargetExecutionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: