Partager via


JobStepExecutionsOperationsExtensions.ListByJobExecutionNextAsync Méthode

Définition

Répertorie les exécutions d’étapes d’une exécution de travail.

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

Paramètres

operations
IJobStepExecutionsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à