Sdílet prostřednictvím


TestJobStreamsOperationsExtensions.ListByTestJobNextAsync Metoda

Definice

Načtěte seznam streamů testovacích úloh identifikovaných názvem runbooku. 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))

Parametry

operations
ITestJobStreamsOperations

Skupina operací pro tuto metodu rozšíření.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro