Compartir a través de


JobStepsOperationsExtensions.ListByVersionNextAsync Método

Definición

Obtiene todos los pasos del trabajo en la versión de trabajo especificada.

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

Parámetros

operations
IJobStepsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a