Partager via


JobStepsOperationsExtensions.ListByJobNext Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobStep> ListByJobNext (this Microsoft.Azure.Management.Sql.IJobStepsOperations operations, string nextPageLink);
static member ListByJobNext : Microsoft.Azure.Management.Sql.IJobStepsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobStep>
<Extension()>
Public Function ListByJobNext (operations As IJobStepsOperations, nextPageLink As String) As IPage(Of JobStep)

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.

Retours

S’applique à