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

Paramètres

operations
IJobVersionsOperations

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 à