Partager via


JobStepsOperationsExtensions.ListByVersionNext Méthode

Définition

Obtient toutes les étapes du travail dans la version de travail spécifiée.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobStep> ListByVersionNext (this Microsoft.Azure.Management.Sql.IJobStepsOperations operations, string nextPageLink);
static member ListByVersionNext : Microsoft.Azure.Management.Sql.IJobStepsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobStep>
<Extension()>
Public Function ListByVersionNext (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 de l’opération précédente d’appel réussi à List.

Retours

S’applique à