Share via


JobStreamOperationsExtensions.ListByJobNextAsync Method

Definition

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

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

Parameters

operations
IJobStreamOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

clientRequestId
String

Identifies this specific client request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to