Megosztás a következőn keresztül:


TestJobStreamsOperationsExtensions.ListByTestJobNextAsync Metódus

Definíció

Kérje le a runbook neve alapján azonosított tesztfeladat-streamek listáját. 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))

Paraméterek

operations
ITestJobStreamsOperations

A bővítménymetódus műveleti csoportja.

nextPageLink
String

Az előző sikeres Listázási művelet NextLink hivatkozása.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: