Freigeben über


JobExecutionsOperationsExtensions.ListByAgentNextAsync Methode

Definition

Listet alle Ausführungen in einem Auftrags-Agent auf.

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

Parameter

operations
IJobExecutionsOperations

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: