Freigeben über


JobVersionsOperationsExtensions.ListByJobNextAsync Methode

Definition

Ruft alle Versionen eines Auftrags ab.

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))

Parameter

operations
IJobVersionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: