Partager via


JobTargetExecutionsOperationsExtensions.ListByStepNextAsync Méthode

Définition

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

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

Paramètres

operations
IJobTargetExecutionsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à