Partager via


JobStepsOperationsExtensions.ListByJobNextAsync Méthode

Définition

Obtient toutes les étapes de travail pour la version actuelle d’un travail.

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

Paramètres

operations
IJobStepsOperations

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 à