TestJobStreamsOperationsExtensions.ListByTestJobNextAsync Método

Definición

Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook. http://aka.ms/azureautomationsdk/jobstreamoperations

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

Parámetros

operations
ITestJobStreamsOperations

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