Share via


JobTargetExecutionsOperationsExtensions.ListByStepNextAsync Method

Definition

Lists the target executions of a job step execution.

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

Parameters

operations
IJobTargetExecutionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to