Dela via


TestJobStreamsOperationsExtensions.ListByTestJobNextAsync Metod

Definition

Hämta en lista över testjobbströmmar som identifieras med runbook-namn. 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))

Parametrar

operations
ITestJobStreamsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

nextPageLink
String

NextLink från det tidigare lyckade anropet till liståtgärden.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för