TestJobStreamsOperationsExtensions.ListByTestJobNext Method

Definition

Retrieve a list of test job streams identified by runbook name. http://aka.ms/azureautomationsdk/jobstreamoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream> ListByTestJobNext (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string nextPageLink);
static member ListByTestJobNext : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function ListByTestJobNext (operations As ITestJobStreamsOperations, nextPageLink As String) As IPage(Of JobStream)

Parameters

operations
ITestJobStreamsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to