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

Paramètres

operations
IJobStepsOperations

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 à