Partager via


JobVersionsOperationsExtensions.ListByJobNextAsync Méthode

Définition

Obtient toutes les versions d’un travail.

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

Paramètres

operations
IJobVersionsOperations

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 à